Shades of Myrtle #095309
Tints of Myrtle #095309
RGB
CMYK
RGB Variations
Color information
#095309 (or 0x095309) is known color: Myrtle. HEX triplet: 09, 53 and 09. RGB value is (9,83,9). Sum of RGB (Red+Green+Blue) = 9+83+9=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #095309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095309 is #F6ACF6. Grayscale: #343434. Windows color (decimal): -16166135 or 611081. OLE color: 611081.
HSL color Cylindrical-coordinate representation of color #095309: hue angle of 120º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095309 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 83 | 9 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.67 |
| HSL | 120º | 0.8% | 0.18% | - |
| HSV(B) | 120º | 0.89% | 0.33% | - |
| XYZ | 3.26 | 6.26 | 1.3 | - |
| YUV | 52.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 9 | 0.89 | 0 | 0.89 | 0.67 | 120 | 0.8 | 0.18 |
| Hex | 9 | 53 | 9 | 59 | 0 | 59 | 43 | 78 | 50 | 12 |
| Octal | 11 | 123 | 11 | 131 | 0 | 131 | 103 | 170 | 120 | 22 |
| Binary | 1001 | 1010011 | 1001 | 1011001 | 0 | 1011001 | 1000011 | 1111000 | 1010000 | 10010 |
Color Harmonies of #095309
Complementary color
Monochromatic Colors of #095309
Black with #095309
Text Example
Text Example
White with #095309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095309; }
p { color: rgb(9,83,9); }
H1.HeaderClassName
{
color: #095309;
}
.AnyTagClassName
{
color: #095309;
}
</style>
background-color css
<style>
a { background-color: #095309; }
a { background-color: rgb(9,83,9); }
div.DivClassName
{
background-color: #095309;
}
.BgClassName
{
background-color: #095309;
}
</style>
border-color css
<style>
span { border-color: #095309; }
span { border-color: rgb(9,83,9); }
td.TdClassName
{
border-color: #095309;
}
.TagClassName
{
border-color: #095309;
}
</style>