Shades of Green #087605
Tints of Green #087605
RGB
CMYK
RGB Variations
Color information
#087605 (or 0x087605) is known color: Green. HEX triplet: 08, 76 and 05. RGB value is (8,118,5). Sum of RGB (Red+Green+Blue) = 8+118+5=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 118 (46.48% from 255 or 90.08% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 118 - color contains mainly: green. Hex color #087605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087605 is #F789FA. Grayscale: #484848. Windows color (decimal): -16222715 or 357896. OLE color: 357896.
HSL color Cylindrical-coordinate representation of color #087605: hue angle of 118.41º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087605 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 118 | 5 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.54 |
| HSL | 118.41º | 0.92% | 0.24% | - |
| HSV(B) | 118.41º | 0.96% | 0.46% | - |
| XYZ | 6.61 | 13.02 | 2.31 | - |
| YUV | 72.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 5 | 0.93 | 0 | 0.96 | 0.54 | 118.41 | 0.92 | 0.24 |
| Hex | 8 | 76 | 5 | 5D | 0 | 60 | 36 | 76 | 5C | 18 |
| Octal | 10 | 166 | 5 | 135 | 0 | 140 | 66 | 166 | 134 | 30 |
| Binary | 1000 | 1110110 | 101 | 1011101 | 0 | 1100000 | 110110 | 1110110 | 1011100 | 11000 |
Color Harmonies of #087605
Complementary color
Monochromatic Colors of #087605
Black with #087605
Text Example
Text Example
White with #087605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087605; }
p { color: rgb(8,118,5); }
H1.HeaderClassName
{
color: #087605;
}
.AnyTagClassName
{
color: #087605;
}
</style>
background-color css
<style>
a { background-color: #087605; }
a { background-color: rgb(8,118,5); }
div.DivClassName
{
background-color: #087605;
}
.BgClassName
{
background-color: #087605;
}
</style>
border-color css
<style>
span { border-color: #087605; }
span { border-color: rgb(8,118,5); }
td.TdClassName
{
border-color: #087605;
}
.TagClassName
{
border-color: #087605;
}
</style>