Shades of Green #085C0F
Tints of Green #085C0F
RGB
CMYK
RGB Variations
Color information
#085C0F (or 0x085C0F) is known color: Green. HEX triplet: 08, 5C and 0F. RGB value is (8,92,15). Sum of RGB (Red+Green+Blue) = 8+92+15=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 92 (36.33% from 255 or 80% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 92 - color contains mainly: green. Hex color #085C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C0F is #F7A3F0. Grayscale: #3A3A3A. Windows color (decimal): -16229361 or 1006600. OLE color: 1006600.
HSL color Cylindrical-coordinate representation of color #085C0F: hue angle of 125º 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 #085C0F is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 15 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.64 |
| HSL | 125º | 0.84% | 0.2% | - |
| HSV(B) | 125º | 0.91% | 0.36% | - |
| XYZ | 4.01 | 7.74 | 1.73 | - |
| YUV | 58.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 15 | 0.91 | 0 | 0.84 | 0.64 | 125 | 0.84 | 0.2 |
| Hex | 8 | 5C | F | 5B | 0 | 54 | 40 | 7D | 54 | 14 |
| Octal | 10 | 134 | 17 | 133 | 0 | 124 | 100 | 175 | 124 | 24 |
| Binary | 1000 | 1011100 | 1111 | 1011011 | 0 | 1010100 | 1000000 | 1111101 | 1010100 | 10100 |
Color Harmonies of #085C0F
Complementary color
Monochromatic Colors of #085C0F
Black with #085C0F
Text Example
Text Example
White with #085C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C0F; }
p { color: rgb(8,92,15); }
H1.HeaderClassName
{
color: #085C0F;
}
.AnyTagClassName
{
color: #085C0F;
}
</style>
background-color css
<style>
a { background-color: #085C0F; }
a { background-color: rgb(8,92,15); }
div.DivClassName
{
background-color: #085C0F;
}
.BgClassName
{
background-color: #085C0F;
}
</style>
border-color css
<style>
span { border-color: #085C0F; }
span { border-color: rgb(8,92,15); }
td.TdClassName
{
border-color: #085C0F;
}
.TagClassName
{
border-color: #085C0F;
}
</style>