#166E20

Color #166E20 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #166E20

Tints of San Felix #166E20

Color information

#166E20 (or 0x166E20) is unknown color: approx San Felix. HEX triplet: 16, 6E and 20. RGB value is (22,110,32). Sum of RGB (Red+Green+Blue) = 22+110+32=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 110 (43.36% from 255 or 67.07% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 110 - color contains mainly: green. Hex color #166E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166E20 is #E991DF. Grayscale: #4B4B4B. Windows color (decimal): -15307232 or 2125334. OLE color: 2125334.

HSL color Cylindrical-coordinate representation of color #166E20: hue angle of 126.82º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E20 is Cyan = 0.8, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB2211032-
CMYK0.800.710.57
HSL126.82º66.67%25.88%-
HSV(B)126.82º80%43.14%-
XYZ6.1711.433.25-
YUV74.8103.8590.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 110 (43.36% from 255) = 67.07%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=13.41%
G=67.07%
B=19.51%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22110320.800.710.57126.8266.6725.88
Hex166E2050047397f431a
Octal261564012001077117710332
Binary1011011011101000001010000010001111110011111111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166E20; }

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

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

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

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

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

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

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

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