Shades of Myrtle #125E08
Tints of Myrtle #125E08
RGB
CMYK
RGB Variations
Color information
#125E08 (or 0x125E08) is known color: Myrtle. HEX triplet: 12, 5E and 08. RGB value is (18,94,8). Sum of RGB (Red+Green+Blue) = 18+94+8=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 94 (37.11% from 255 or 78.33% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 94 - color contains mainly: green. Hex color #125E08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125E08 is #EDA1F7. Grayscale: #3D3D3D. Windows color (decimal): -15573496 or 548370. OLE color: 548370.
HSL color Cylindrical-coordinate representation of color #125E08: hue angle of 113.02º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125E08 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 94 | 8 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.63 |
| HSL | 113.02º | 0.84% | 0.2% | - |
| HSV(B) | 113.02º | 0.91% | 0.37% | - |
| XYZ | 4.3 | 8.15 | 1.58 | - |
| YUV | 61.47 | 97.82 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 8 | 0.81 | 0 | 0.91 | 0.63 | 113.02 | 0.84 | 0.2 |
| Hex | 12 | 5E | 8 | 51 | 0 | 5B | 3F | 71 | 54 | 14 |
| Octal | 22 | 136 | 10 | 121 | 0 | 133 | 77 | 161 | 124 | 24 |
| Binary | 10010 | 1011110 | 1000 | 1010001 | 0 | 1011011 | 111111 | 1110001 | 1010100 | 10100 |
Color Harmonies of #125E08
Complementary color
Monochromatic Colors of #125E08
Black with #125E08
Text Example
Text Example
White with #125E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125E08; }
p { color: rgb(18,94,8); }
H1.HeaderClassName
{
color: #125E08;
}
.AnyTagClassName
{
color: #125E08;
}
</style>
background-color css
<style>
a { background-color: #125E08; }
a { background-color: rgb(18,94,8); }
div.DivClassName
{
background-color: #125E08;
}
.BgClassName
{
background-color: #125E08;
}
</style>
border-color css
<style>
span { border-color: #125E08; }
span { border-color: rgb(18,94,8); }
td.TdClassName
{
border-color: #125E08;
}
.TagClassName
{
border-color: #125E08;
}
</style>