Shades of Myrtle #06380C
Tints of Myrtle #06380C
RGB
CMYK
RGB Variations
Color information
#06380C (or 0x06380C) is known color: Myrtle. HEX triplet: 06, 38 and 0C. RGB value is (6,56,12). Sum of RGB (Red+Green+Blue) = 6+56+12=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #06380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06380C is #F9C7F3. Grayscale: #242424. Windows color (decimal): -16369652 or 800774. OLE color: 800774.
HSL color Cylindrical-coordinate representation of color #06380C: hue angle of 127.2º degrees, saturation: 0.81, 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 #06380C is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 56 | 12 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.78 |
| HSL | 127.2º | 0.81% | 0.12% | - |
| HSV(B) | 127.2º | 0.89% | 0.22% | - |
| XYZ | 1.56 | 2.89 | 0.82 | - |
| YUV | 36.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 12 | 0.89 | 0 | 0.79 | 0.78 | 127.2 | 0.81 | 0.12 |
| Hex | 6 | 38 | C | 59 | 0 | 4F | 4E | 7F | 51 | C |
| Octal | 6 | 70 | 14 | 131 | 0 | 117 | 116 | 177 | 121 | 14 |
| Binary | 110 | 111000 | 1100 | 1011001 | 0 | 1001111 | 1001110 | 1111111 | 1010001 | 1100 |
Color Harmonies of #06380C
Complementary color
Monochromatic Colors of #06380C
Black with #06380C
Text Example
Text Example
White with #06380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06380C; }
p { color: rgb(6,56,12); }
H1.HeaderClassName
{
color: #06380C;
}
.AnyTagClassName
{
color: #06380C;
}
</style>
background-color css
<style>
a { background-color: #06380C; }
a { background-color: rgb(6,56,12); }
div.DivClassName
{
background-color: #06380C;
}
.BgClassName
{
background-color: #06380C;
}
</style>
border-color css
<style>
span { border-color: #06380C; }
span { border-color: rgb(6,56,12); }
td.TdClassName
{
border-color: #06380C;
}
.TagClassName
{
border-color: #06380C;
}
</style>