#166011

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

Shades of Myrtle #166011

Tints of Myrtle #166011

Color information

#166011 (or 0x166011) is unknown color: approx Myrtle. HEX triplet: 16, 60 and 11. RGB value is (22,96,17). Sum of RGB (Red+Green+Blue) = 22+96+17=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #166011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166011 is #E99FEE. Grayscale: #414141. Windows color (decimal): -15310831 or 1138710. OLE color: 1138710.

HSL color Cylindrical-coordinate representation of color #166011: hue angle of 116.2º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #166011 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB229617-
CMYK0.7700.820.62
HSL116.2º69.91%22.16%-
HSV(B)116.2º82.29%37.65%-
XYZ4.618.581.94-
YUV64.87100.9897.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 96 (37.89% from 255) = 71.11%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=16.30%
G=71.11%
B=12.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296170.7700.820.62116.269.9122.16
Hex1660114D0523E744616
Octal261402111501227616410626
Binary101101100000100011001101010100101111101110100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166011; }

 p { color: rgb(22,96,17); }

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

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

 a { background-color: rgb(22,96,17); }

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

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

 span { border-color: rgb(22,96,17); }

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