#166506

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

Shades of Green #166506

Tints of Green #166506

Color information

#166506 (or 0x166506) is unknown color: approx Green. HEX triplet: 16, 65 and 06. RGB value is (22,101,6). Sum of RGB (Red+Green+Blue) = 22+101+6=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 101 (39.84% from 255 or 78.29% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 101 - color contains mainly: green. Hex color #166506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166506 is #E99AF9. Grayscale: #424242. Windows color (decimal): -15309562 or 419094. OLE color: 419094.

HSL color Cylindrical-coordinate representation of color #166506: hue angle of 109.89º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #166506 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB221016-
CMYK0.7800.940.60
HSL109.89º88.79%20.98%-
HSV(B)109.89º94.06%39.61%-
XYZ5.029.491.74-
YUV66.5593.8396.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 101 (39.84% from 255) = 78.29%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=17.05%
G=78.29%
B=4.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2210160.7800.940.60109.8988.7920.98
Hex166564E05E3C6e5915
Octal26145611601367415613125
Binary1011011001011101001110010111101111001101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166506; }

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

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

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

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

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

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

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

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