Shades of Myrtle #08420B
Tints of Myrtle #08420B
RGB
CMYK
RGB Variations
Color information
#08420B (or 0x08420B) is known color: Myrtle. HEX triplet: 08, 42 and 0B. RGB value is (8,66,11). Sum of RGB (Red+Green+Blue) = 8+66+11=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #08420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08420B is #F7BDF4. Grayscale: #2A2A2A. Windows color (decimal): -16236021 or 737800. OLE color: 737800.
HSL color Cylindrical-coordinate representation of color #08420B: hue angle of 123.1º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08420B is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 66 | 11 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.74 |
| HSL | 123.1º | 0.78% | 0.15% | - |
| HSV(B) | 123.1º | 0.88% | 0.26% | - |
| XYZ | 2.11 | 3.97 | 0.97 | - |
| YUV | 42.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 11 | 0.88 | 0 | 0.83 | 0.74 | 123.1 | 0.78 | 0.15 |
| Hex | 8 | 42 | B | 58 | 0 | 53 | 4A | 7B | 4E | F |
| Octal | 10 | 102 | 13 | 130 | 0 | 123 | 112 | 173 | 116 | 17 |
| Binary | 1000 | 1000010 | 1011 | 1011000 | 0 | 1010011 | 1001010 | 1111011 | 1001110 | 1111 |
Color Harmonies of #08420B
Complementary color
Monochromatic Colors of #08420B
Black with #08420B
Text Example
Text Example
White with #08420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08420B; }
p { color: rgb(8,66,11); }
H1.HeaderClassName
{
color: #08420B;
}
.AnyTagClassName
{
color: #08420B;
}
</style>
background-color css
<style>
a { background-color: #08420B; }
a { background-color: rgb(8,66,11); }
div.DivClassName
{
background-color: #08420B;
}
.BgClassName
{
background-color: #08420B;
}
</style>
border-color css
<style>
span { border-color: #08420B; }
span { border-color: rgb(8,66,11); }
td.TdClassName
{
border-color: #08420B;
}
.TagClassName
{
border-color: #08420B;
}
</style>