Shades of Myrtle #095214
Tints of Myrtle #095214
RGB
CMYK
RGB Variations
Color information
#095214 (or 0x095214) is known color: Myrtle. HEX triplet: 09, 52 and 14. RGB value is (9,82,20). Sum of RGB (Red+Green+Blue) = 9+82+20=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 82 (32.42% from 255 or 73.87% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 82 - color contains mainly: green. Hex color #095214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095214 is #F6ADEB. Grayscale: #353535. Windows color (decimal): -16166380 or 1331721. OLE color: 1331721.
HSL color Cylindrical-coordinate representation of color #095214: hue angle of 129.04º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095214 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 20 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.68 |
| HSL | 129.04º | 0.8% | 0.18% | - |
| HSV(B) | 129.04º | 0.89% | 0.32% | - |
| XYZ | 3.26 | 6.14 | 1.68 | - |
| YUV | 53.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 20 | 0.89 | 0 | 0.76 | 0.68 | 129.04 | 0.8 | 0.18 |
| Hex | 9 | 52 | 14 | 59 | 0 | 4C | 44 | 81 | 50 | 12 |
| Octal | 11 | 122 | 24 | 131 | 0 | 114 | 104 | 201 | 120 | 22 |
| Binary | 1001 | 1010010 | 10100 | 1011001 | 0 | 1001100 | 1000100 | 10000001 | 1010000 | 10010 |
Color Harmonies of #095214
Complementary color
Monochromatic Colors of #095214
Black with #095214
Text Example
Text Example
White with #095214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095214; }
p { color: rgb(9,82,20); }
H1.HeaderClassName
{
color: #095214;
}
.AnyTagClassName
{
color: #095214;
}
</style>
background-color css
<style>
a { background-color: #095214; }
a { background-color: rgb(9,82,20); }
div.DivClassName
{
background-color: #095214;
}
.BgClassName
{
background-color: #095214;
}
</style>
border-color css
<style>
span { border-color: #095214; }
span { border-color: rgb(9,82,20); }
td.TdClassName
{
border-color: #095214;
}
.TagClassName
{
border-color: #095214;
}
</style>