#0E5B06

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

Shades of Myrtle #0E5B06

Tints of Myrtle #0E5B06

Color information

#0E5B06 (or 0x0E5B06) is unknown color: approx Myrtle. HEX triplet: 0E, 5B and 06. RGB value is (14,91,6). Sum of RGB (Red+Green+Blue) = 14+91+6=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 91 (35.94% from 255 or 81.98% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 91 - color contains mainly: green. Hex color #0E5B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5B06 is #F1A4F9. Grayscale: #3A3A3A. Windows color (decimal): -15836410 or 416526. OLE color: 416526.

HSL color Cylindrical-coordinate representation of color #0E5B06: hue angle of 114.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5B06 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB14916-
CMYK0.8500.930.64
HSL114.35º87.63%19.02%-
HSV(B)114.35º93.41%35.69%-
XYZ3.967.591.43-
YUV58.2998.4996.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.61%
GREEN value IS 91 (35.94% from 255) = 81.98%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=12.61%
G=81.98%
B=5.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal149160.8500.930.64114.3587.6319.02
HexE5B65505D40725813
Octal161336125013510016213023
Binary1110101101111010101010101110110000001110010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,91,6); }

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

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

 a { background-color: rgb(14,91,6); }

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

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

 span { border-color: rgb(14,91,6); }

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