#166B0B

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

Shades of Green #166B0B

Tints of Green #166B0B

Color information

#166B0B (or 0x166B0B) is unknown color: approx Green. HEX triplet: 16, 6B and 0B. RGB value is (22,107,11). Sum of RGB (Red+Green+Blue) = 22+107+11=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 107 (42.19% from 255 or 76.43% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 107 - color contains mainly: green. Hex color #166B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166B0B is #E994F4. Grayscale: #464646. Windows color (decimal): -15308021 or 748310. OLE color: 748310.

HSL color Cylindrical-coordinate representation of color #166B0B: hue angle of 113.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166B0B is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB2210711-
CMYK0.7900.900.58
HSL113.12º81.36%23.14%-
HSV(B)113.12º89.72%41.96%-
XYZ5.6510.712.09-
YUV70.6494.3493.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.71%
GREEN value IS 107 (42.19% from 255) = 76.43%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=15.71%
G=76.43%
B=7.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal22107110.7900.900.58113.1281.3623.14
Hex166BB4F05A3A715117
Octal261531311701327216112127
Binary10110110101110111001111010110101110101110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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