#166010

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

Shades of Myrtle #166010

Tints of Myrtle #166010

Color information

#166010 (or 0x166010) is unknown color: approx Myrtle. HEX triplet: 16, 60 and 10. RGB value is (22,96,16). Sum of RGB (Red+Green+Blue) = 22+96+16=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #166010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166010 is #E99FEF. Grayscale: #414141. Windows color (decimal): -15310832 or 1073174. OLE color: 1073174.

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

Color convert

RGB229616-
CMYK0.7700.830.62
HSL115.5º71.43%21.96%-
HSV(B)115.5º83.33%37.65%-
XYZ4.618.571.9-
YUV64.75100.4897.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 96 (37.89% from 255) = 71.64%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=16.42%
G=71.64%
B=11.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296160.7700.830.62115.571.4321.96
Hex1660104D0533E744716
Octal261402011501237616410726
Binary101101100000100001001101010100111111101110100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166010; }

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

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

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

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

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

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

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

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