Shades of Myrtle #083407
Tints of Myrtle #083407
RGB
CMYK
RGB Variations
Color information
#083407 (or 0x083407) is known color: Myrtle. HEX triplet: 08, 34 and 07. RGB value is (8,52,7). Sum of RGB (Red+Green+Blue) = 8+52+7=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 52 (20.70% from 255 or 77.61% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 52 - color contains mainly: green. Hex color #083407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083407 is #F7CBF8. Grayscale: #212121. Windows color (decimal): -16239609 or 472072. OLE color: 472072.
HSL color Cylindrical-coordinate representation of color #083407: hue angle of 118.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083407 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 52 | 7 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.80 |
| HSL | 118.67º | 0.76% | 0.12% | - |
| HSV(B) | 118.67º | 0.87% | 0.2% | - |
| XYZ | 1.37 | 2.52 | 0.62 | - |
| YUV | 33.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 7 | 0.85 | 0 | 0.87 | 0.80 | 118.67 | 0.76 | 0.12 |
| Hex | 8 | 34 | 7 | 55 | 0 | 57 | 50 | 77 | 4C | C |
| Octal | 10 | 64 | 7 | 125 | 0 | 127 | 120 | 167 | 114 | 14 |
| Binary | 1000 | 110100 | 111 | 1010101 | 0 | 1010111 | 1010000 | 1110111 | 1001100 | 1100 |
Color Harmonies of #083407
Complementary color
Monochromatic Colors of #083407
Black with #083407
Text Example
Text Example
White with #083407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083407; }
p { color: rgb(8,52,7); }
H1.HeaderClassName
{
color: #083407;
}
.AnyTagClassName
{
color: #083407;
}
</style>
background-color css
<style>
a { background-color: #083407; }
a { background-color: rgb(8,52,7); }
div.DivClassName
{
background-color: #083407;
}
.BgClassName
{
background-color: #083407;
}
</style>
border-color css
<style>
span { border-color: #083407; }
span { border-color: rgb(8,52,7); }
td.TdClassName
{
border-color: #083407;
}
.TagClassName
{
border-color: #083407;
}
</style>