Shades of Myrtle #06370A
Tints of Myrtle #06370A
RGB
CMYK
RGB Variations
Color information
#06370A (or 0x06370A) is known color: Myrtle. HEX triplet: 06, 37 and 0A. RGB value is (6,55,10). Sum of RGB (Red+Green+Blue) = 6+55+10=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 55 (21.88% from 255 or 77.46% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 55 - color contains mainly: green. Hex color #06370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06370A is #F9C8F5. Grayscale: #232323. Windows color (decimal): -16369910 or 669446. OLE color: 669446.
HSL color Cylindrical-coordinate representation of color #06370A: hue angle of 124.9º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06370A is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 55 | 10 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.78 |
| HSL | 124.9º | 0.8% | 0.12% | - |
| HSV(B) | 124.9º | 0.89% | 0.22% | - |
| XYZ | 1.5 | 2.79 | 0.75 | - |
| YUV | 35.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 55 | 10 | 0.89 | 0 | 0.82 | 0.78 | 124.9 | 0.8 | 0.12 |
| Hex | 6 | 37 | A | 59 | 0 | 52 | 4E | 7D | 50 | C |
| Octal | 6 | 67 | 12 | 131 | 0 | 122 | 116 | 175 | 120 | 14 |
| Binary | 110 | 110111 | 1010 | 1011001 | 0 | 1010010 | 1001110 | 1111101 | 1010000 | 1100 |
Color Harmonies of #06370A
Complementary color
Monochromatic Colors of #06370A
Black with #06370A
Text Example
Text Example
White with #06370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06370A; }
p { color: rgb(6,55,10); }
H1.HeaderClassName
{
color: #06370A;
}
.AnyTagClassName
{
color: #06370A;
}
</style>
background-color css
<style>
a { background-color: #06370A; }
a { background-color: rgb(6,55,10); }
div.DivClassName
{
background-color: #06370A;
}
.BgClassName
{
background-color: #06370A;
}
</style>
border-color css
<style>
span { border-color: #06370A; }
span { border-color: rgb(6,55,10); }
td.TdClassName
{
border-color: #06370A;
}
.TagClassName
{
border-color: #06370A;
}
</style>