Shades of Myrtle #0A2708
Tints of Myrtle #0A2708
RGB
CMYK
RGB Variations
Color information
#0A2708 (or 0x0A2708) is known color: Myrtle. HEX triplet: 0A, 27 and 08. RGB value is (10,39,8). Sum of RGB (Red+Green+Blue) = 10+39+8=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 39 (15.62% from 255 or 68.42% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2708 is #F5D8F7. Grayscale: #1A1A1A. Windows color (decimal): -16111864 or 534282. OLE color: 534282.
HSL color Cylindrical-coordinate representation of color #0A2708: hue angle of 116.13º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2708 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 39 | 8 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.85 |
| HSL | 116.13º | 0.66% | 0.09% | - |
| HSV(B) | 116.13º | 0.79% | 0.15% | - |
| XYZ | 0.89 | 1.53 | 0.48 | - |
| YUV | 26.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 8 | 0.74 | 0 | 0.79 | 0.85 | 116.13 | 0.66 | 0.09 |
| Hex | A | 27 | 8 | 4A | 0 | 4F | 55 | 74 | 42 | 9 |
| Octal | 12 | 47 | 10 | 112 | 0 | 117 | 125 | 164 | 102 | 11 |
| Binary | 1010 | 100111 | 1000 | 1001010 | 0 | 1001111 | 1010101 | 1110100 | 1000010 | 1001 |
Color Harmonies of #0A2708
Complementary color
Monochromatic Colors of #0A2708
Black with #0A2708
Text Example
Text Example
White with #0A2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2708; }
p { color: rgb(10,39,8); }
H1.HeaderClassName
{
color: #0A2708;
}
.AnyTagClassName
{
color: #0A2708;
}
</style>
background-color css
<style>
a { background-color: #0A2708; }
a { background-color: rgb(10,39,8); }
div.DivClassName
{
background-color: #0A2708;
}
.BgClassName
{
background-color: #0A2708;
}
</style>
border-color css
<style>
span { border-color: #0A2708; }
span { border-color: rgb(10,39,8); }
td.TdClassName
{
border-color: #0A2708;
}
.TagClassName
{
border-color: #0A2708;
}
</style>