Shades of Myrtle #08440A
Tints of Myrtle #08440A
RGB
CMYK
RGB Variations
Color information
#08440A (or 0x08440A) is known color: Myrtle. HEX triplet: 08, 44 and 0A. RGB value is (8,68,10). Sum of RGB (Red+Green+Blue) = 8+68+10=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 68 (26.95% from 255 or 79.07% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 68 - color contains mainly: green. Hex color #08440A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08440A is #F7BBF5. Grayscale: #2B2B2B. Windows color (decimal): -16235510 or 672776. OLE color: 672776.
HSL color Cylindrical-coordinate representation of color #08440A: hue angle of 122º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08440A is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 68 | 10 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.73 |
| HSL | 122º | 0.79% | 0.15% | - |
| HSV(B) | 122º | 0.88% | 0.27% | - |
| XYZ | 2.22 | 4.21 | 0.98 | - |
| YUV | 43.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 10 | 0.88 | 0 | 0.85 | 0.73 | 122 | 0.79 | 0.15 |
| Hex | 8 | 44 | A | 58 | 0 | 55 | 49 | 7A | 4F | F |
| Octal | 10 | 104 | 12 | 130 | 0 | 125 | 111 | 172 | 117 | 17 |
| Binary | 1000 | 1000100 | 1010 | 1011000 | 0 | 1010101 | 1001001 | 1111010 | 1001111 | 1111 |
Color Harmonies of #08440A
Complementary color
Monochromatic Colors of #08440A
Black with #08440A
Text Example
Text Example
White with #08440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08440A; }
p { color: rgb(8,68,10); }
H1.HeaderClassName
{
color: #08440A;
}
.AnyTagClassName
{
color: #08440A;
}
</style>
background-color css
<style>
a { background-color: #08440A; }
a { background-color: rgb(8,68,10); }
div.DivClassName
{
background-color: #08440A;
}
.BgClassName
{
background-color: #08440A;
}
</style>
border-color css
<style>
span { border-color: #08440A; }
span { border-color: rgb(8,68,10); }
td.TdClassName
{
border-color: #08440A;
}
.TagClassName
{
border-color: #08440A;
}
</style>