Shades of Myrtle #08370C
Tints of Myrtle #08370C
RGB
CMYK
RGB Variations
Color information
#08370C (or 0x08370C) is known color: Myrtle. HEX triplet: 08, 37 and 0C. RGB value is (8,55,12). Sum of RGB (Red+Green+Blue) = 8+55+12=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #08370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08370C is #F7C8F3. Grayscale: #242424. Windows color (decimal): -16238836 or 800520. OLE color: 800520.
HSL color Cylindrical-coordinate representation of color #08370C: hue angle of 125.11º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08370C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 55 | 12 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.78 |
| HSL | 125.11º | 0.75% | 0.12% | - |
| HSV(B) | 125.11º | 0.85% | 0.22% | - |
| XYZ | 1.53 | 2.81 | 0.81 | - |
| YUV | 36.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 12 | 0.85 | 0 | 0.78 | 0.78 | 125.11 | 0.75 | 0.12 |
| Hex | 8 | 37 | C | 55 | 0 | 4E | 4E | 7D | 4B | C |
| Octal | 10 | 67 | 14 | 125 | 0 | 116 | 116 | 175 | 113 | 14 |
| Binary | 1000 | 110111 | 1100 | 1010101 | 0 | 1001110 | 1001110 | 1111101 | 1001011 | 1100 |
Color Harmonies of #08370C
Complementary color
Monochromatic Colors of #08370C
Black with #08370C
Text Example
Text Example
White with #08370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08370C; }
p { color: rgb(8,55,12); }
H1.HeaderClassName
{
color: #08370C;
}
.AnyTagClassName
{
color: #08370C;
}
</style>
background-color css
<style>
a { background-color: #08370C; }
a { background-color: rgb(8,55,12); }
div.DivClassName
{
background-color: #08370C;
}
.BgClassName
{
background-color: #08370C;
}
</style>
border-color css
<style>
span { border-color: #08370C; }
span { border-color: rgb(8,55,12); }
td.TdClassName
{
border-color: #08370C;
}
.TagClassName
{
border-color: #08370C;
}
</style>