#166014

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

Shades of Myrtle #166014

Tints of Myrtle #166014

Color information

#166014 (or 0x166014) is unknown color: approx Myrtle. HEX triplet: 16, 60 and 14. RGB value is (22,96,20). Sum of RGB (Red+Green+Blue) = 22+96+20=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #166014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166014 is #E99FEB. Grayscale: #414141. Windows color (decimal): -15310828 or 1335318. OLE color: 1335318.

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

Color convert

RGB229620-
CMYK0.7700.790.62
HSL118.42º65.52%22.75%-
HSV(B)118.42º79.17%37.65%-
XYZ4.648.592.07-
YUV65.21102.4897.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 96 (37.89% from 255) = 69.57%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=15.94%
G=69.57%
B=14.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296200.7700.790.62118.4265.5222.75
Hex1660144D04F3E764217
Octal261402411501177616610227
Binary101101100000101001001101010011111111101110110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166014; }

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

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

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

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

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

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

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

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