#166B22

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

Shades of San Felix #166B22

Tints of San Felix #166B22

Color information

#166B22 (or 0x166B22) is unknown color: approx San Felix. HEX triplet: 16, 6B and 22. RGB value is (22,107,34). Sum of RGB (Red+Green+Blue) = 22+107+34=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #166B22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166B22 is #E994DD. Grayscale: #494949. Windows color (decimal): -15307998 or 2255638. OLE color: 2255638.

HSL color Cylindrical-coordinate representation of color #166B22: hue angle of 128.47º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166B22 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB2210734-
CMYK0.7900.680.58
HSL128.47º65.89%25.29%-
HSV(B)128.47º79.44%41.96%-
XYZ5.8810.83.29-
YUV73.26105.8491.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 107 (42.19% from 255) = 65.64%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=13.50%
G=65.64%
B=20.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22107340.7900.680.58128.4765.8925.29
Hex166B224F0443A804219
Octal261534211701047220010231
Binary10110110101110001010011110100010011101010000000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,107,34); }

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

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

 a { background-color: rgb(22,107,34); }

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

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

 span { border-color: rgb(22,107,34); }

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