Shades of Myrtle #08430A
Tints of Myrtle #08430A
RGB
CMYK
RGB Variations
Color information
#08430A (or 0x08430A) is known color: Myrtle. HEX triplet: 08, 43 and 0A. RGB value is (8,67,10). Sum of RGB (Red+Green+Blue) = 8+67+10=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #08430A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08430A is #F7BCF5. Grayscale: #2B2B2B. Windows color (decimal): -16235766 or 672520. OLE color: 672520.
HSL color Cylindrical-coordinate representation of color #08430A: hue angle of 122.03º degrees, saturation: 0.79, 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 #08430A is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 67 | 10 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.74 |
| HSL | 122.03º | 0.79% | 0.15% | - |
| HSV(B) | 122.03º | 0.88% | 0.26% | - |
| XYZ | 2.16 | 4.09 | 0.96 | - |
| YUV | 42.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 10 | 0.88 | 0 | 0.85 | 0.74 | 122.03 | 0.79 | 0.15 |
| Hex | 8 | 43 | A | 58 | 0 | 55 | 4A | 7A | 4F | F |
| Octal | 10 | 103 | 12 | 130 | 0 | 125 | 112 | 172 | 117 | 17 |
| Binary | 1000 | 1000011 | 1010 | 1011000 | 0 | 1010101 | 1001010 | 1111010 | 1001111 | 1111 |
Color Harmonies of #08430A
Complementary color
Monochromatic Colors of #08430A
Black with #08430A
Text Example
Text Example
White with #08430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08430A; }
p { color: rgb(8,67,10); }
H1.HeaderClassName
{
color: #08430A;
}
.AnyTagClassName
{
color: #08430A;
}
</style>
background-color css
<style>
a { background-color: #08430A; }
a { background-color: rgb(8,67,10); }
div.DivClassName
{
background-color: #08430A;
}
.BgClassName
{
background-color: #08430A;
}
</style>
border-color css
<style>
span { border-color: #08430A; }
span { border-color: rgb(8,67,10); }
td.TdClassName
{
border-color: #08430A;
}
.TagClassName
{
border-color: #08430A;
}
</style>