Shades of Myrtle #093C08
Tints of Myrtle #093C08
RGB
CMYK
RGB Variations
Color information
#093C08 (or 0x093C08) is known color: Myrtle. HEX triplet: 09, 3C and 08. RGB value is (9,60,8). Sum of RGB (Red+Green+Blue) = 9+60+8=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 60 (23.83% from 255 or 77.92% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 60 - color contains mainly: green. Hex color #093C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093C08 is #F6C3F7. Grayscale: #262626. Windows color (decimal): -16172024 or 539657. OLE color: 539657.
HSL color Cylindrical-coordinate representation of color #093C08: hue angle of 118.85º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093C08 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 60 | 8 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.76 |
| HSL | 118.85º | 0.76% | 0.13% | - |
| HSV(B) | 118.85º | 0.87% | 0.24% | - |
| XYZ | 1.77 | 3.31 | 0.77 | - |
| YUV | 38.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 8 | 0.85 | 0 | 0.87 | 0.76 | 118.85 | 0.76 | 0.13 |
| Hex | 9 | 3C | 8 | 55 | 0 | 57 | 4C | 77 | 4C | D |
| Octal | 11 | 74 | 10 | 125 | 0 | 127 | 114 | 167 | 114 | 15 |
| Binary | 1001 | 111100 | 1000 | 1010101 | 0 | 1010111 | 1001100 | 1110111 | 1001100 | 1101 |
Color Harmonies of #093C08
Complementary color
Monochromatic Colors of #093C08
Black with #093C08
Text Example
Text Example
White with #093C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C08; }
p { color: rgb(9,60,8); }
H1.HeaderClassName
{
color: #093C08;
}
.AnyTagClassName
{
color: #093C08;
}
</style>
background-color css
<style>
a { background-color: #093C08; }
a { background-color: rgb(9,60,8); }
div.DivClassName
{
background-color: #093C08;
}
.BgClassName
{
background-color: #093C08;
}
</style>
border-color css
<style>
span { border-color: #093C08; }
span { border-color: rgb(9,60,8); }
td.TdClassName
{
border-color: #093C08;
}
.TagClassName
{
border-color: #093C08;
}
</style>