Shades of Green #087F13
Tints of Green #087F13
RGB
CMYK
RGB Variations
Color information
#087F13 (or 0x087F13) is known color: Green. HEX triplet: 08, 7F and 13. RGB value is (8,127,19). Sum of RGB (Red+Green+Blue) = 8+127+19=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 127 (50% from 255 or 82.47% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 127 - color contains mainly: green. Hex color #087F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087F13 is #F780EC. Grayscale: #4F4F4F. Windows color (decimal): -16220397 or 1277704. OLE color: 1277704.
HSL color Cylindrical-coordinate representation of color #087F13: hue angle of 125.55º degrees, saturation: 0.88, 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 #087F13 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 19 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.50 |
| HSL | 125.55º | 0.88% | 0.26% | - |
| HSV(B) | 125.55º | 0.94% | 0.5% | - |
| XYZ | 7.81 | 15.28 | 3.15 | - |
| YUV | 79.11 | 94.08 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 19 | 0.94 | 0 | 0.85 | 0.50 | 125.55 | 0.88 | 0.26 |
| Hex | 8 | 7F | 13 | 5E | 0 | 55 | 32 | 7E | 58 | 1A |
| Octal | 10 | 177 | 23 | 136 | 0 | 125 | 62 | 176 | 130 | 32 |
| Binary | 1000 | 1111111 | 10011 | 1011110 | 0 | 1010101 | 110010 | 1111110 | 1011000 | 11010 |
Color Harmonies of #087F13
Complementary color
Monochromatic Colors of #087F13
Black with #087F13
Text Example
Text Example
White with #087F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F13; }
p { color: rgb(8,127,19); }
H1.HeaderClassName
{
color: #087F13;
}
.AnyTagClassName
{
color: #087F13;
}
</style>
background-color css
<style>
a { background-color: #087F13; }
a { background-color: rgb(8,127,19); }
div.DivClassName
{
background-color: #087F13;
}
.BgClassName
{
background-color: #087F13;
}
</style>
border-color css
<style>
span { border-color: #087F13; }
span { border-color: rgb(8,127,19); }
td.TdClassName
{
border-color: #087F13;
}
.TagClassName
{
border-color: #087F13;
}
</style>