Shades of Myrtle #08440F
Tints of Myrtle #08440F
RGB
CMYK
RGB Variations
Color information
#08440F (or 0x08440F) is known color: Myrtle. HEX triplet: 08, 44 and 0F. RGB value is (8,68,15). Sum of RGB (Red+Green+Blue) = 8+68+15=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 68 (26.95% from 255 or 74.73% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 68 - color contains mainly: green. Hex color #08440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08440F is #F7BBF0. Grayscale: #2C2C2C. Windows color (decimal): -16235505 or 1000456. OLE color: 1000456.
HSL color Cylindrical-coordinate representation of color #08440F: hue angle of 127º 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 #08440F is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 68 | 15 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.73 |
| HSL | 127º | 0.79% | 0.15% | - |
| HSV(B) | 127º | 0.88% | 0.27% | - |
| XYZ | 2.25 | 4.22 | 1.15 | - |
| YUV | 44.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 15 | 0.88 | 0 | 0.78 | 0.73 | 127 | 0.79 | 0.15 |
| Hex | 8 | 44 | F | 58 | 0 | 4E | 49 | 7F | 4F | F |
| Octal | 10 | 104 | 17 | 130 | 0 | 116 | 111 | 177 | 117 | 17 |
| Binary | 1000 | 1000100 | 1111 | 1011000 | 0 | 1001110 | 1001001 | 1111111 | 1001111 | 1111 |
Color Harmonies of #08440F
Complementary color
Monochromatic Colors of #08440F
Black with #08440F
Text Example
Text Example
White with #08440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08440F; }
p { color: rgb(8,68,15); }
H1.HeaderClassName
{
color: #08440F;
}
.AnyTagClassName
{
color: #08440F;
}
</style>
background-color css
<style>
a { background-color: #08440F; }
a { background-color: rgb(8,68,15); }
div.DivClassName
{
background-color: #08440F;
}
.BgClassName
{
background-color: #08440F;
}
</style>
border-color css
<style>
span { border-color: #08440F; }
span { border-color: rgb(8,68,15); }
td.TdClassName
{
border-color: #08440F;
}
.TagClassName
{
border-color: #08440F;
}
</style>