Shades of Myrtle #095004
Tints of Myrtle #095004
RGB
CMYK
RGB Variations
Color information
#095004 (or 0x095004) is known color: Myrtle. HEX triplet: 09, 50 and 04. RGB value is (9,80,4). Sum of RGB (Red+Green+Blue) = 9+80+4=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 80 (31.64% from 255 or 86.02% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 80 - color contains mainly: green. Hex color #095004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095004 is #F6AFFB. Grayscale: #323232. Windows color (decimal): -16166908 or 282633. OLE color: 282633.
HSL color Cylindrical-coordinate representation of color #095004: hue angle of 116.05º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095004 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 80 | 4 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.69 |
| HSL | 116.05º | 0.9% | 0.16% | - |
| HSV(B) | 116.05º | 0.95% | 0.31% | - |
| XYZ | 3 | 5.8 | 1.08 | - |
| YUV | 50.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 4 | 0.89 | 0 | 0.95 | 0.69 | 116.05 | 0.9 | 0.16 |
| Hex | 9 | 50 | 4 | 59 | 0 | 5F | 45 | 74 | 5A | 10 |
| Octal | 11 | 120 | 4 | 131 | 0 | 137 | 105 | 164 | 132 | 20 |
| Binary | 1001 | 1010000 | 100 | 1011001 | 0 | 1011111 | 1000101 | 1110100 | 1011010 | 10000 |
Color Harmonies of #095004
Complementary color
Monochromatic Colors of #095004
Black with #095004
Text Example
Text Example
White with #095004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095004; }
p { color: rgb(9,80,4); }
H1.HeaderClassName
{
color: #095004;
}
.AnyTagClassName
{
color: #095004;
}
</style>
background-color css
<style>
a { background-color: #095004; }
a { background-color: rgb(9,80,4); }
div.DivClassName
{
background-color: #095004;
}
.BgClassName
{
background-color: #095004;
}
</style>
border-color css
<style>
span { border-color: #095004; }
span { border-color: rgb(9,80,4); }
td.TdClassName
{
border-color: #095004;
}
.TagClassName
{
border-color: #095004;
}
</style>