Shades of Myrtle #125A08
Tints of Myrtle #125A08
RGB
CMYK
RGB Variations
Color information
#125A08 (or 0x125A08) is known color: Myrtle. HEX triplet: 12, 5A and 08. RGB value is (18,90,8). Sum of RGB (Red+Green+Blue) = 18+90+8=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 90 (35.55% from 255 or 77.59% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 90 - color contains mainly: green. Hex color #125A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A08 is #EDA5F7. Grayscale: #3B3B3B. Windows color (decimal): -15574520 or 547346. OLE color: 547346.
HSL color Cylindrical-coordinate representation of color #125A08: hue angle of 112.68º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125A08 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 8 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.65 |
| HSL | 112.68º | 0.84% | 0.19% | - |
| HSV(B) | 112.68º | 0.91% | 0.35% | - |
| XYZ | 3.95 | 7.46 | 1.46 | - |
| YUV | 59.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 8 | 0.80 | 0 | 0.91 | 0.65 | 112.68 | 0.84 | 0.19 |
| Hex | 12 | 5A | 8 | 50 | 0 | 5B | 41 | 71 | 54 | 13 |
| Octal | 22 | 132 | 10 | 120 | 0 | 133 | 101 | 161 | 124 | 23 |
| Binary | 10010 | 1011010 | 1000 | 1010000 | 0 | 1011011 | 1000001 | 1110001 | 1010100 | 10011 |
Color Harmonies of #125A08
Complementary color
Monochromatic Colors of #125A08
Black with #125A08
Text Example
Text Example
White with #125A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A08; }
p { color: rgb(18,90,8); }
H1.HeaderClassName
{
color: #125A08;
}
.AnyTagClassName
{
color: #125A08;
}
</style>
background-color css
<style>
a { background-color: #125A08; }
a { background-color: rgb(18,90,8); }
div.DivClassName
{
background-color: #125A08;
}
.BgClassName
{
background-color: #125A08;
}
</style>
border-color css
<style>
span { border-color: #125A08; }
span { border-color: rgb(18,90,8); }
td.TdClassName
{
border-color: #125A08;
}
.TagClassName
{
border-color: #125A08;
}
</style>