#0E5614

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

Shades of Myrtle #0E5614

Tints of Myrtle #0E5614

Color information

#0E5614 (or 0x0E5614) is unknown color: approx Myrtle. HEX triplet: 0E, 56 and 14. RGB value is (14,86,20). Sum of RGB (Red+Green+Blue) = 14+86+20=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 86 (33.98% from 255 or 71.67% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5614 is #F1A9EB. Grayscale: #393939. Windows color (decimal): -15837676 or 1332750. OLE color: 1332750.

HSL color Cylindrical-coordinate representation of color #0E5614: hue angle of 125º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5614 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB148620-
CMYK0.8400.770.66
HSL125º72%19.61%-
HSV(B)125º83.72%33.73%-
XYZ3.646.81.78-
YUV56.95107.1597.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 86 (33.98% from 255) = 71.67%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=11.67%
G=71.67%
B=16.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486200.8400.770.661257219.61
HexE56145404D427d4814
Octal1612624124011510217511024
Binary111010101101010010101000100110110000101111101100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5614; }

 p { color: rgb(14,86,20); }

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

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

 a { background-color: rgb(14,86,20); }

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

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

 span { border-color: rgb(14,86,20); }

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