Shades of Green #085C0A
Tints of Green #085C0A
RGB
CMYK
RGB Variations
Color information
#085C0A (or 0x085C0A) is known color: Green. HEX triplet: 08, 5C and 0A. RGB value is (8,92,10). Sum of RGB (Red+Green+Blue) = 8+92+10=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 92 (36.33% from 255 or 83.64% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 92 - color contains mainly: green. Hex color #085C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C0A is #F7A3F5. Grayscale: #393939. Windows color (decimal): -16229366 or 678920. OLE color: 678920.
HSL color Cylindrical-coordinate representation of color #085C0A: hue angle of 121.43º 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 #085C0A is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 10 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.64 |
| HSL | 121.43º | 0.84% | 0.2% | - |
| HSV(B) | 121.43º | 0.91% | 0.36% | - |
| XYZ | 3.98 | 7.73 | 1.57 | - |
| YUV | 57.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 10 | 0.91 | 0 | 0.89 | 0.64 | 121.43 | 0.84 | 0.2 |
| Hex | 8 | 5C | A | 5B | 0 | 59 | 40 | 79 | 54 | 14 |
| Octal | 10 | 134 | 12 | 133 | 0 | 131 | 100 | 171 | 124 | 24 |
| Binary | 1000 | 1011100 | 1010 | 1011011 | 0 | 1011001 | 1000000 | 1111001 | 1010100 | 10100 |
Color Harmonies of #085C0A
Complementary color
Monochromatic Colors of #085C0A
Black with #085C0A
Text Example
Text Example
White with #085C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C0A; }
p { color: rgb(8,92,10); }
H1.HeaderClassName
{
color: #085C0A;
}
.AnyTagClassName
{
color: #085C0A;
}
</style>
background-color css
<style>
a { background-color: #085C0A; }
a { background-color: rgb(8,92,10); }
div.DivClassName
{
background-color: #085C0A;
}
.BgClassName
{
background-color: #085C0A;
}
</style>
border-color css
<style>
span { border-color: #085C0A; }
span { border-color: rgb(8,92,10); }
td.TdClassName
{
border-color: #085C0A;
}
.TagClassName
{
border-color: #085C0A;
}
</style>