#166120

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

Shades of Crusoe #166120

Tints of Crusoe #166120

Color information

#166120 (or 0x166120) is unknown color: approx Crusoe. HEX triplet: 16, 61 and 20. RGB value is (22,97,32). Sum of RGB (Red+Green+Blue) = 22+97+32=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #166120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166120 is #E99EDF. Grayscale: #434343. Windows color (decimal): -15310560 or 2122006. OLE color: 2122006.

HSL color Cylindrical-coordinate representation of color #166120: hue angle of 128º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166120 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB229732-
CMYK0.7700.670.62
HSL128º63.03%23.33%-
HSV(B)128º77.32%38.04%-
XYZ4.878.822.81-
YUV67.16108.1595.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=14.57%
G=64.24%
B=21.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297320.7700.670.6212863.0323.33
Hex1661204D0433E803f17
Octal26141401150103762007727
Binary1011011000011000001001101010000111111101000000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166120; }

 p { color: rgb(22,97,32); }

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

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

 a { background-color: rgb(22,97,32); }

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

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

 span { border-color: rgb(22,97,32); }

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