#0E5507

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

Shades of Myrtle #0E5507

Tints of Myrtle #0E5507

Color information

#0E5507 (or 0x0E5507) is unknown color: approx Myrtle. HEX triplet: 0E, 55 and 07. RGB value is (14,85,7). Sum of RGB (Red+Green+Blue) = 14+85+7=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5507 is #F1AAF8. Grayscale: #373737. Windows color (decimal): -15837945 or 480526. OLE color: 480526.

HSL color Cylindrical-coordinate representation of color #0E5507: hue angle of 114.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5507 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB14857-
CMYK0.8400.920.67
HSL114.62º84.78%18.04%-
HSV(B)114.62º91.76%33.33%-
XYZ3.476.611.29-
YUV54.88100.9898.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.21%
GREEN value IS 85 (33.59% from 255) = 80.19%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=13.21%
G=80.19%
B=6.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal148570.8400.920.67114.6284.7818.04
HexE5575405C43735512
Octal161257124013410316312522
Binary1110101010111110101000101110010000111110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,85,7); }

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

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

 a { background-color: rgb(14,85,7); }

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

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

 span { border-color: rgb(14,85,7); }

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