Shades of Myrtle #095200
Tints of Myrtle #095200
RGB
CMYK
RGB Variations
Color information
#095200 (or 0x095200) is known color: Myrtle. HEX triplet: 09, 52 and 00. RGB value is (9,82,0). Sum of RGB (Red+Green+Blue) = 9+82+0=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 82 (32.42% from 255 or 90.11% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 82 - color contains mainly: green. Hex color #095200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095200 is #F6ADFF. Grayscale: #333333. Windows color (decimal): -16166400 or 21001. OLE color: 21001.
HSL color Cylindrical-coordinate representation of color #095200: hue angle of 113.41º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #095200 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.68 |
| HSL | 113.41º | 1% | 0.16% | - |
| HSV(B) | 113.41º | 1% | 0.32% | - |
| XYZ | 3.13 | 6.09 | 1.01 | - |
| YUV | 50.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 0 | 0.89 | 0 | 1 | 0.68 | 113.41 | 1 | 0.16 |
| Hex | 9 | 52 | 0 | 59 | 0 | 64 | 44 | 71 | 64 | 10 |
| Octal | 11 | 122 | 0 | 131 | 0 | 144 | 104 | 161 | 144 | 20 |
| Binary | 1001 | 1010010 | 0 | 1011001 | 0 | 1100100 | 1000100 | 1110001 | 1100100 | 10000 |
Color Harmonies of #095200
Complementary color
Monochromatic Colors of #095200
Black with #095200
Text Example
Text Example
White with #095200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095200; }
p { color: rgb(9,82,0); }
H1.HeaderClassName
{
color: #095200;
}
.AnyTagClassName
{
color: #095200;
}
</style>
background-color css
<style>
a { background-color: #095200; }
a { background-color: rgb(9,82,0); }
div.DivClassName
{
background-color: #095200;
}
.BgClassName
{
background-color: #095200;
}
</style>
border-color css
<style>
span { border-color: #095200; }
span { border-color: rgb(9,82,0); }
td.TdClassName
{
border-color: #095200;
}
.TagClassName
{
border-color: #095200;
}
</style>