Shades of Myrtle #085307
Tints of Myrtle #085307
RGB
CMYK
RGB Variations
Color information
#085307 (or 0x085307) is known color: Myrtle. HEX triplet: 08, 53 and 07. RGB value is (8,83,7). Sum of RGB (Red+Green+Blue) = 8+83+7=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 83 (32.81% from 255 or 84.69% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 83 - color contains mainly: green. Hex color #085307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085307 is #F7ACF8. Grayscale: #343434. Windows color (decimal): -16231673 or 480008. OLE color: 480008.
HSL color Cylindrical-coordinate representation of color #085307: hue angle of 119.21º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085307 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 7 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.67 |
| HSL | 119.21º | 0.84% | 0.18% | - |
| HSV(B) | 119.21º | 0.92% | 0.33% | - |
| XYZ | 3.23 | 6.25 | 1.24 | - |
| YUV | 51.91 | 102.65 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 7 | 0.90 | 0 | 0.92 | 0.67 | 119.21 | 0.84 | 0.18 |
| Hex | 8 | 53 | 7 | 5A | 0 | 5C | 43 | 77 | 54 | 12 |
| Octal | 10 | 123 | 7 | 132 | 0 | 134 | 103 | 167 | 124 | 22 |
| Binary | 1000 | 1010011 | 111 | 1011010 | 0 | 1011100 | 1000011 | 1110111 | 1010100 | 10010 |
Color Harmonies of #085307
Complementary color
Monochromatic Colors of #085307
Black with #085307
Text Example
Text Example
White with #085307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085307; }
p { color: rgb(8,83,7); }
H1.HeaderClassName
{
color: #085307;
}
.AnyTagClassName
{
color: #085307;
}
</style>
background-color css
<style>
a { background-color: #085307; }
a { background-color: rgb(8,83,7); }
div.DivClassName
{
background-color: #085307;
}
.BgClassName
{
background-color: #085307;
}
</style>
border-color css
<style>
span { border-color: #085307; }
span { border-color: rgb(8,83,7); }
td.TdClassName
{
border-color: #085307;
}
.TagClassName
{
border-color: #085307;
}
</style>