Shades of Myrtle #0A260B
Tints of Myrtle #0A260B
RGB
CMYK
RGB Variations
Color information
#0A260B (or 0x0A260B) is known color: Myrtle. HEX triplet: 0A, 26 and 0B. RGB value is (10,38,11). Sum of RGB (Red+Green+Blue) = 10+38+11=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #0A260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A260B is #F5D9F4. Grayscale: #1A1A1A. Windows color (decimal): -16112117 or 730634. OLE color: 730634.
HSL color Cylindrical-coordinate representation of color #0A260B: hue angle of 122.14º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A260B is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 38 | 11 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.85 |
| HSL | 122.14º | 0.58% | 0.09% | - |
| HSV(B) | 122.14º | 0.74% | 0.15% | - |
| XYZ | 0.88 | 1.47 | 0.55 | - |
| YUV | 26.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 11 | 0.74 | 0 | 0.71 | 0.85 | 122.14 | 0.58 | 0.09 |
| Hex | A | 26 | B | 4A | 0 | 47 | 55 | 7A | 3A | 9 |
| Octal | 12 | 46 | 13 | 112 | 0 | 107 | 125 | 172 | 72 | 11 |
| Binary | 1010 | 100110 | 1011 | 1001010 | 0 | 1000111 | 1010101 | 1111010 | 111010 | 1001 |
Color Harmonies of #0A260B
Complementary color
Monochromatic Colors of #0A260B
Black with #0A260B
Text Example
Text Example
White with #0A260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A260B; }
p { color: rgb(10,38,11); }
H1.HeaderClassName
{
color: #0A260B;
}
.AnyTagClassName
{
color: #0A260B;
}
</style>
background-color css
<style>
a { background-color: #0A260B; }
a { background-color: rgb(10,38,11); }
div.DivClassName
{
background-color: #0A260B;
}
.BgClassName
{
background-color: #0A260B;
}
</style>
border-color css
<style>
span { border-color: #0A260B; }
span { border-color: rgb(10,38,11); }
td.TdClassName
{
border-color: #0A260B;
}
.TagClassName
{
border-color: #0A260B;
}
</style>