#166706

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

Shades of Green #166706

Tints of Green #166706

Color information

#166706 (or 0x166706) is unknown color: approx Green. HEX triplet: 16, 67 and 06. RGB value is (22,103,6). Sum of RGB (Red+Green+Blue) = 22+103+6=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 103 (40.62% from 255 or 78.63% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 103 - color contains mainly: green. Hex color #166706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166706 is #E998F9. Grayscale: #444444. Windows color (decimal): -15309050 or 419606. OLE color: 419606.

HSL color Cylindrical-coordinate representation of color #166706: hue angle of 110.1º 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 #166706 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB221036-
CMYK0.7900.940.60
HSL110.1º88.99%21.37%-
HSV(B)110.1º94.17%40.39%-
XYZ5.219.881.81-
YUV67.7293.1695.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 103 (40.62% from 255) = 78.63%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=16.79%
G=78.63%
B=4.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2210360.7900.940.60110.188.9921.37
Hex166764F05E3C6e5915
Octal26147611701367415613125
Binary1011011001111101001111010111101111001101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166706; }

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

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

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

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

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

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

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

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