Shades of Myrtle #085308
Tints of Myrtle #085308
RGB
CMYK
RGB Variations
Color information
#085308 (or 0x085308) is known color: Myrtle. HEX triplet: 08, 53 and 08. RGB value is (8,83,8). Sum of RGB (Red+Green+Blue) = 8+83+8=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #085308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085308 is #F7ACF7. Grayscale: #343434. Windows color (decimal): -16231672 or 545544. OLE color: 545544.
HSL color Cylindrical-coordinate representation of color #085308: hue angle of 120º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085308 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 8 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.67 |
| HSL | 120º | 0.82% | 0.18% | - |
| HSV(B) | 120º | 0.9% | 0.33% | - |
| XYZ | 3.24 | 6.26 | 1.27 | - |
| YUV | 52.03 | 103.15 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 8 | 0.90 | 0 | 0.90 | 0.67 | 120 | 0.82 | 0.18 |
| Hex | 8 | 53 | 8 | 5A | 0 | 5A | 43 | 78 | 52 | 12 |
| Octal | 10 | 123 | 10 | 132 | 0 | 132 | 103 | 170 | 122 | 22 |
| Binary | 1000 | 1010011 | 1000 | 1011010 | 0 | 1011010 | 1000011 | 1111000 | 1010010 | 10010 |
Color Harmonies of #085308
Complementary color
Monochromatic Colors of #085308
Black with #085308
Text Example
Text Example
White with #085308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085308; }
p { color: rgb(8,83,8); }
H1.HeaderClassName
{
color: #085308;
}
.AnyTagClassName
{
color: #085308;
}
</style>
background-color css
<style>
a { background-color: #085308; }
a { background-color: rgb(8,83,8); }
div.DivClassName
{
background-color: #085308;
}
.BgClassName
{
background-color: #085308;
}
</style>
border-color css
<style>
span { border-color: #085308; }
span { border-color: rgb(8,83,8); }
td.TdClassName
{
border-color: #085308;
}
.TagClassName
{
border-color: #085308;
}
</style>