Shades of Green #087F03
Tints of Green #087F03
RGB
CMYK
RGB Variations
Color information
#087F03 (or 0x087F03) is known color: Green. HEX triplet: 08, 7F and 03. RGB value is (8,127,3). Sum of RGB (Red+Green+Blue) = 8+127+3=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 127 (50% from 255 or 92.03% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 127 - color contains mainly: green. Hex color #087F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087F03 is #F780FC. Grayscale: #4D4D4D. Windows color (decimal): -16220413 or 229128. OLE color: 229128.
HSL color Cylindrical-coordinate representation of color #087F03: hue angle of 117.58º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #087F03 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 3 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.50 |
| HSL | 117.58º | 0.95% | 0.25% | - |
| HSV(B) | 117.58º | 0.98% | 0.5% | - |
| XYZ | 7.71 | 15.24 | 2.62 | - |
| YUV | 77.28 | 86.08 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 3 | 0.94 | 0 | 0.98 | 0.50 | 117.58 | 0.95 | 0.25 |
| Hex | 8 | 7F | 3 | 5E | 0 | 62 | 32 | 76 | 5F | 19 |
| Octal | 10 | 177 | 3 | 136 | 0 | 142 | 62 | 166 | 137 | 31 |
| Binary | 1000 | 1111111 | 11 | 1011110 | 0 | 1100010 | 110010 | 1110110 | 1011111 | 11001 |
Color Harmonies of #087F03
Complementary color
Monochromatic Colors of #087F03
Black with #087F03
Text Example
Text Example
White with #087F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F03; }
p { color: rgb(8,127,3); }
H1.HeaderClassName
{
color: #087F03;
}
.AnyTagClassName
{
color: #087F03;
}
</style>
background-color css
<style>
a { background-color: #087F03; }
a { background-color: rgb(8,127,3); }
div.DivClassName
{
background-color: #087F03;
}
.BgClassName
{
background-color: #087F03;
}
</style>
border-color css
<style>
span { border-color: #087F03; }
span { border-color: rgb(8,127,3); }
td.TdClassName
{
border-color: #087F03;
}
.TagClassName
{
border-color: #087F03;
}
</style>