#166921

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

Shades of San Felix #166921

Tints of San Felix #166921

Color information

#166921 (or 0x166921) is unknown color: approx San Felix. HEX triplet: 16, 69 and 21. RGB value is (22,105,33). Sum of RGB (Red+Green+Blue) = 22+105+33=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #166921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166921 is #E996DE. Grayscale: #484848. Windows color (decimal): -15308511 or 2189590. OLE color: 2189590.

HSL color Cylindrical-coordinate representation of color #166921: hue angle of 127.95º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166921 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB2210533-
CMYK0.7900.690.59
HSL127.95º65.35%24.9%-
HSV(B)127.95º79.05%41.18%-
XYZ5.6610.383.14-
YUV71.9710692.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.75%
GREEN value IS 105 (41.41% from 255) = 65.62%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=13.75%
G=65.62%
B=20.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22105330.7900.690.59127.9565.3524.9
Hex1669214F0453B804119
Octal261514111701057320010131
Binary10110110100110000110011110100010111101110000000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166921; }

 p { color: rgb(22,105,33); }

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

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

 a { background-color: rgb(22,105,33); }

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

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

 span { border-color: rgb(22,105,33); }

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