Shades of Myrtle #0A540B
Tints of Myrtle #0A540B
RGB
CMYK
RGB Variations
Color information
#0A540B (or 0x0A540B) is known color: Myrtle. HEX triplet: 0A, 54 and 0B. RGB value is (10,84,11). Sum of RGB (Red+Green+Blue) = 10+84+11=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 84 (33.20% from 255 or 80% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 84 - color contains mainly: green. Hex color #0A540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A540B is #F5ABF4. Grayscale: #353535. Windows color (decimal): -16100341 or 742410. OLE color: 742410.
HSL color Cylindrical-coordinate representation of color #0A540B: hue angle of 120.81º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A540B is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 84 | 11 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.67 |
| HSL | 120.81º | 0.79% | 0.18% | - |
| HSV(B) | 120.81º | 0.88% | 0.33% | - |
| XYZ | 3.36 | 6.43 | 1.38 | - |
| YUV | 53.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 11 | 0.88 | 0 | 0.87 | 0.67 | 120.81 | 0.79 | 0.18 |
| Hex | A | 54 | B | 58 | 0 | 57 | 43 | 79 | 4F | 12 |
| Octal | 12 | 124 | 13 | 130 | 0 | 127 | 103 | 171 | 117 | 22 |
| Binary | 1010 | 1010100 | 1011 | 1011000 | 0 | 1010111 | 1000011 | 1111001 | 1001111 | 10010 |
Color Harmonies of #0A540B
Complementary color
Monochromatic Colors of #0A540B
Black with #0A540B
Text Example
Text Example
White with #0A540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A540B; }
p { color: rgb(10,84,11); }
H1.HeaderClassName
{
color: #0A540B;
}
.AnyTagClassName
{
color: #0A540B;
}
</style>
background-color css
<style>
a { background-color: #0A540B; }
a { background-color: rgb(10,84,11); }
div.DivClassName
{
background-color: #0A540B;
}
.BgClassName
{
background-color: #0A540B;
}
</style>
border-color css
<style>
span { border-color: #0A540B; }
span { border-color: rgb(10,84,11); }
td.TdClassName
{
border-color: #0A540B;
}
.TagClassName
{
border-color: #0A540B;
}
</style>