#125E0E

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

Shades of Myrtle #125E0E

Tints of Myrtle #125E0E

Color information

#125E0E (or 0x125E0E) is unknown color: approx Myrtle. HEX triplet: 12, 5E and 0E. RGB value is (18,94,14). Sum of RGB (Red+Green+Blue) = 18+94+14=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 94 (37.11% from 255 or 74.60% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 94 - color contains mainly: green. Hex color #125E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125E0E is #EDA1F1. Grayscale: #3E3E3E. Windows color (decimal): -15573490 or 941586. OLE color: 941586.

HSL color Cylindrical-coordinate representation of color #125E0E: hue angle of 117º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125E0E is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB189414-
CMYK0.8100.850.63
HSL117º74.07%21.18%-
HSV(B)117º85.11%36.86%-
XYZ4.338.171.76-
YUV62.16100.8296.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 94 (37.11% from 255) = 74.60%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=14.29%
G=74.60%
B=11.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1894140.8100.850.6311774.0721.18
Hex125EE510553F754a15
Octal221361612101257716511225
Binary10010101111011101010001010101011111111110101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125E0E; }

 p { color: rgb(18,94,14); }

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

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

 a { background-color: rgb(18,94,14); }

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

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

 span { border-color: rgb(18,94,14); }

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