#166B06

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

Shades of Green #166B06

Tints of Green #166B06

Color information

#166B06 (or 0x166B06) is unknown color: approx Green. HEX triplet: 16, 6B and 06. RGB value is (22,107,6). Sum of RGB (Red+Green+Blue) = 22+107+6=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 107 (42.19% from 255 or 79.26% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 107 - color contains mainly: green. Hex color #166B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166B06 is #E994F9. Grayscale: #464646. Windows color (decimal): -15308026 or 420630. OLE color: 420630.

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

Color convert

RGB221076-
CMYK0.7900.940.58
HSL110.5º89.38%22.16%-
HSV(B)110.5º94.39%41.96%-
XYZ5.6210.71.94-
YUV70.0791.8493.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 107 (42.19% from 255) = 79.26%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=16.30%
G=79.26%
B=4.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2210760.7900.940.58110.589.3822.16
Hex166B64F05E3A6e5916
Octal26153611701367215613126
Binary1011011010111101001111010111101110101101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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