Shades of Green #087F07
Tints of Green #087F07
RGB
CMYK
RGB Variations
Color information
#087F07 (or 0x087F07) is known color: Green. HEX triplet: 08, 7F and 07. RGB value is (8,127,7). Sum of RGB (Red+Green+Blue) = 8+127+7=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 127 (50% from 255 or 89.44% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 127 - color contains mainly: green. Hex color #087F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087F07 is #F780F8. Grayscale: #4E4E4E. Windows color (decimal): -16220409 or 491272. OLE color: 491272.
HSL color Cylindrical-coordinate representation of color #087F07: hue angle of 119.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F07 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 7 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.50 |
| HSL | 119.5º | 0.9% | 0.26% | - |
| HSV(B) | 119.5º | 0.94% | 0.5% | - |
| XYZ | 7.73 | 15.25 | 2.74 | - |
| YUV | 77.74 | 88.08 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 7 | 0.94 | 0 | 0.94 | 0.50 | 119.5 | 0.9 | 0.26 |
| Hex | 8 | 7F | 7 | 5E | 0 | 5E | 32 | 78 | 5A | 1A |
| Octal | 10 | 177 | 7 | 136 | 0 | 136 | 62 | 170 | 132 | 32 |
| Binary | 1000 | 1111111 | 111 | 1011110 | 0 | 1011110 | 110010 | 1111000 | 1011010 | 11010 |
Color Harmonies of #087F07
Complementary color
Monochromatic Colors of #087F07
Black with #087F07
Text Example
Text Example
White with #087F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F07; }
p { color: rgb(8,127,7); }
H1.HeaderClassName
{
color: #087F07;
}
.AnyTagClassName
{
color: #087F07;
}
</style>
background-color css
<style>
a { background-color: #087F07; }
a { background-color: rgb(8,127,7); }
div.DivClassName
{
background-color: #087F07;
}
.BgClassName
{
background-color: #087F07;
}
</style>
border-color css
<style>
span { border-color: #087F07; }
span { border-color: rgb(8,127,7); }
td.TdClassName
{
border-color: #087F07;
}
.TagClassName
{
border-color: #087F07;
}
</style>