Shades of Green #085C0D
Tints of Green #085C0D
RGB
CMYK
RGB Variations
Color information
#085C0D (or 0x085C0D) is known color: Green. HEX triplet: 08, 5C and 0D. RGB value is (8,92,13). Sum of RGB (Red+Green+Blue) = 8+92+13=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #085C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C0D is #F7A3F2. Grayscale: #3A3A3A. Windows color (decimal): -16229363 or 875528. OLE color: 875528.
HSL color Cylindrical-coordinate representation of color #085C0D: hue angle of 123.57º 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 #085C0D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 13 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.64 |
| HSL | 123.57º | 0.84% | 0.2% | - |
| HSV(B) | 123.57º | 0.91% | 0.36% | - |
| XYZ | 4 | 7.73 | 1.66 | - |
| YUV | 57.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 13 | 0.91 | 0 | 0.86 | 0.64 | 123.57 | 0.84 | 0.2 |
| Hex | 8 | 5C | D | 5B | 0 | 56 | 40 | 7C | 54 | 14 |
| Octal | 10 | 134 | 15 | 133 | 0 | 126 | 100 | 174 | 124 | 24 |
| Binary | 1000 | 1011100 | 1101 | 1011011 | 0 | 1010110 | 1000000 | 1111100 | 1010100 | 10100 |
Color Harmonies of #085C0D
Complementary color
Monochromatic Colors of #085C0D
Black with #085C0D
Text Example
Text Example
White with #085C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C0D; }
p { color: rgb(8,92,13); }
H1.HeaderClassName
{
color: #085C0D;
}
.AnyTagClassName
{
color: #085C0D;
}
</style>
background-color css
<style>
a { background-color: #085C0D; }
a { background-color: rgb(8,92,13); }
div.DivClassName
{
background-color: #085C0D;
}
.BgClassName
{
background-color: #085C0D;
}
</style>
border-color css
<style>
span { border-color: #085C0D; }
span { border-color: rgb(8,92,13); }
td.TdClassName
{
border-color: #085C0D;
}
.TagClassName
{
border-color: #085C0D;
}
</style>