Shades of Green #087701
Tints of Green #087701
RGB
CMYK
RGB Variations
Color information
#087701 (or 0x087701) is known color: Green. HEX triplet: 08, 77 and 01. RGB value is (8,119,1). Sum of RGB (Red+Green+Blue) = 8+119+1=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 119 (46.88% from 255 or 92.97% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 119 - color contains mainly: green. Hex color #087701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087701 is #F788FE. Grayscale: #484848. Windows color (decimal): -16222463 or 96008. OLE color: 96008.
HSL color Cylindrical-coordinate representation of color #087701: hue angle of 116.44º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #087701 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 119 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.53 |
| HSL | 116.44º | 0.98% | 0.24% | - |
| HSV(B) | 116.44º | 0.99% | 0.47% | - |
| XYZ | 6.7 | 13.25 | 2.23 | - |
| YUV | 72.36 | 87.73 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 1 | 0.93 | 0 | 0.99 | 0.53 | 116.44 | 0.98 | 0.24 |
| Hex | 8 | 77 | 1 | 5D | 0 | 63 | 35 | 74 | 62 | 18 |
| Octal | 10 | 167 | 1 | 135 | 0 | 143 | 65 | 164 | 142 | 30 |
| Binary | 1000 | 1110111 | 1 | 1011101 | 0 | 1100011 | 110101 | 1110100 | 1100010 | 11000 |
Color Harmonies of #087701
Complementary color
Monochromatic Colors of #087701
Black with #087701
Text Example
Text Example
White with #087701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087701; }
p { color: rgb(8,119,1); }
H1.HeaderClassName
{
color: #087701;
}
.AnyTagClassName
{
color: #087701;
}
</style>
background-color css
<style>
a { background-color: #087701; }
a { background-color: rgb(8,119,1); }
div.DivClassName
{
background-color: #087701;
}
.BgClassName
{
background-color: #087701;
}
</style>
border-color css
<style>
span { border-color: #087701; }
span { border-color: rgb(8,119,1); }
td.TdClassName
{
border-color: #087701;
}
.TagClassName
{
border-color: #087701;
}
</style>