Shades of Green #085D0C
Tints of Green #085D0C
RGB
CMYK
RGB Variations
Color information
#085D0C (or 0x085D0C) is known color: Green. HEX triplet: 08, 5D and 0C. RGB value is (8,93,12). Sum of RGB (Red+Green+Blue) = 8+93+12=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 93 (36.72% from 255 or 82.30% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 93 - color contains mainly: green. Hex color #085D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D0C is #F7A2F3. Grayscale: #3A3A3A. Windows color (decimal): -16229108 or 810248. OLE color: 810248.
HSL color Cylindrical-coordinate representation of color #085D0C: hue angle of 122.82º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D0C is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 12 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.64 |
| HSL | 122.82º | 0.84% | 0.2% | - |
| HSV(B) | 122.82º | 0.91% | 0.36% | - |
| XYZ | 4.08 | 7.91 | 1.66 | - |
| YUV | 58.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 12 | 0.91 | 0 | 0.87 | 0.64 | 122.82 | 0.84 | 0.2 |
| Hex | 8 | 5D | C | 5B | 0 | 57 | 40 | 7B | 54 | 14 |
| Octal | 10 | 135 | 14 | 133 | 0 | 127 | 100 | 173 | 124 | 24 |
| Binary | 1000 | 1011101 | 1100 | 1011011 | 0 | 1010111 | 1000000 | 1111011 | 1010100 | 10100 |
Color Harmonies of #085D0C
Complementary color
Monochromatic Colors of #085D0C
Black with #085D0C
Text Example
Text Example
White with #085D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D0C; }
p { color: rgb(8,93,12); }
H1.HeaderClassName
{
color: #085D0C;
}
.AnyTagClassName
{
color: #085D0C;
}
</style>
background-color css
<style>
a { background-color: #085D0C; }
a { background-color: rgb(8,93,12); }
div.DivClassName
{
background-color: #085D0C;
}
.BgClassName
{
background-color: #085D0C;
}
</style>
border-color css
<style>
span { border-color: #085D0C; }
span { border-color: rgb(8,93,12); }
td.TdClassName
{
border-color: #085D0C;
}
.TagClassName
{
border-color: #085D0C;
}
</style>