Shades of Myrtle #080C07
Tints of Myrtle #080C07
RGB
CMYK
RGB Variations
Color information
#080C07 (or 0x080C07) is known color: Myrtle. HEX triplet: 08, 0C and 07. RGB value is (8,12,7). Sum of RGB (Red+Green+Blue) = 8+12+7=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 12 (5.08% from 255 or 44.44% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 12 - color contains mainly: green. Hex color #080C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C07 is #F7F3F8. Grayscale: #0A0A0A. Windows color (decimal): -16249849 or 461832. OLE color: 461832.
HSL color Cylindrical-coordinate representation of color #080C07: hue angle of 108º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #080C07 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 12 | 7 | - |
CMYK | 0.33 | 0 | 0.42 | 0.95 |
HSL | 108º | 0.26% | 0.04% | - |
HSV(B) | 108º | 0.42% | 0.05% | - |
XYZ | 0.27 | 0.33 | 0.25 | - |
YUV | 10.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 12 | 7 | 0.33 | 0 | 0.42 | 0.95 | 108 | 0.26 | 0.04 |
Hex | 8 | C | 7 | 21 | 0 | 2A | 5F | 6C | 1A | 4 |
Octal | 10 | 14 | 7 | 41 | 0 | 52 | 137 | 154 | 32 | 4 |
Binary | 1000 | 1100 | 111 | 100001 | 0 | 101010 | 1011111 | 1101100 | 11010 | 100 |
Color Harmonies of #080C07
Complementary color
Monochromatic Colors of #080C07
Black with #080C07
Text Example
Text Example
White with #080C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C07; }
p { color: rgb(8,12,7); }
H1.HeaderClassName
{
color: #080C07;
}
.AnyTagClassName
{
color: #080C07;
}
</style>
background-color css
<style>
a { background-color: #080C07; }
a { background-color: rgb(8,12,7); }
div.DivClassName
{
background-color: #080C07;
}
.BgClassName
{
background-color: #080C07;
}
</style>
border-color css
<style>
span { border-color: #080C07; }
span { border-color: rgb(8,12,7); }
td.TdClassName
{
border-color: #080C07;
}
.TagClassName
{
border-color: #080C07;
}
</style>