#166216

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

Shades of Myrtle #166216

Tints of Myrtle #166216

Color information

#166216 (or 0x166216) is unknown color: approx Myrtle. HEX triplet: 16, 62 and 16. RGB value is (22,98,22). Sum of RGB (Red+Green+Blue) = 22+98+22=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 98 (38.67% from 255 or 69.01% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 98 - color contains mainly: green. Hex color #166216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166216 is #E99DE9. Grayscale: #424242. Windows color (decimal): -15310314 or 1466902. OLE color: 1466902.

HSL color Cylindrical-coordinate representation of color #166216: hue angle of 120º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166216 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB229822-
CMYK0.7800.780.62
HSL120º63.33%23.53%-
HSV(B)120º77.55%38.43%-
XYZ4.848.962.23-
YUV66.61102.8296.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 98 (38.67% from 255) = 69.01%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=15.49%
G=69.01%
B=15.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298220.7800.780.6212063.3323.53
Hex1662164E04E3E783f18
Octal26142261160116761707730
Binary10110110001010110100111001001110111110111100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166216; }

 p { color: rgb(22,98,22); }

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

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

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

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

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

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

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