#71733B

Color #71733B Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #71733B

Tints of Crete #71733B

Color information

#71733B (or 0x71733B) is unknown color: approx Crete. HEX triplet: 71, 73 and 3B. RGB value is (113,115,59). Sum of RGB (Red+Green+Blue) = 113+115+59=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #71733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71733B is #8E8CC4. Grayscale: #6C6C6C. Windows color (decimal): -9342149 or 3896177. OLE color: 3896177.

HSL color Cylindrical-coordinate representation of color #71733B: hue angle of 62.14º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71733B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB11311559-
CMYK0.0200.490.55
HSL62.14º32.18%34.12%-
HSV(B)62.14º48.7%45.1%-
XYZ13.7316.096.52-
YUV108.02100.34131.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=39.37%
G=40.07%
B=20.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115590.0200.490.5562.1432.1834.12
Hex71733B2031373e2022
Octal16116373206167764042
Binary11100011110011111011100110001110111111110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71733B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71733B; }

 p { color: rgb(113,115,59); }

 H1.HeaderClassName
 {
   color: #71733B;
 }
 .AnyTagClassName
 {
   color: #71733B;
 }
</style>
background-color css

<style>
 a { background-color: #71733B; }

 a { background-color: rgb(113,115,59); }

 div.DivClassName
 {
   background-color: #71733B;
 }
 .BgClassName
 {
   background-color: #71733B;
 }
</style>
border-color css

<style>
 span { border-color: #71733B; }

 span { border-color: rgb(113,115,59); }

 td.TdClassName
 {
   border-color: #71733B;
 }
 .TagClassName
 {
   border-color: #71733B;
 }
</style>