#166113

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

Shades of Myrtle #166113

Tints of Myrtle #166113

Color information

#166113 (or 0x166113) is unknown color: approx Myrtle. HEX triplet: 16, 61 and 13. RGB value is (22,97,19). Sum of RGB (Red+Green+Blue) = 22+97+19=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #166113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166113 is #E99EEC. Grayscale: #414141. Windows color (decimal): -15310573 or 1270038. OLE color: 1270038.

HSL color Cylindrical-coordinate representation of color #166113: hue angle of 117.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166113 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB229719-
CMYK0.7700.800.62
HSL117.69º67.24%22.75%-
HSV(B)117.69º80.41%38.04%-
XYZ4.728.772.06-
YUV65.68101.6596.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 97 (38.28% from 255) = 70.29%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=15.94%
G=70.29%
B=13.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297190.7700.800.62117.6967.2422.75
Hex1661134D0503E764317
Octal261412311501207616610327
Binary101101100001100111001101010100001111101110110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166113; }

 p { color: rgb(22,97,19); }

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

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

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

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

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

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

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