Shades of Green #087C01
Tints of Green #087C01
RGB
CMYK
RGB Variations
Color information
#087C01 (or 0x087C01) is known color: Green. HEX triplet: 08, 7C and 01. RGB value is (8,124,1). Sum of RGB (Red+Green+Blue) = 8+124+1=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 124 (48.83% from 255 or 93.23% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 124 - color contains mainly: green. Hex color #087C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087C01 is #F783FE. Grayscale: #4B4B4B. Windows color (decimal): -16221183 or 97288. OLE color: 97288.
HSL color Cylindrical-coordinate representation of color #087C01: hue angle of 116.59º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #087C01 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.51 |
| HSL | 116.59º | 0.98% | 0.25% | - |
| HSV(B) | 116.59º | 0.99% | 0.49% | - |
| XYZ | 7.31 | 14.47 | 2.44 | - |
| YUV | 75.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 1 | 0.94 | 0 | 0.99 | 0.51 | 116.59 | 0.98 | 0.25 |
| Hex | 8 | 7C | 1 | 5E | 0 | 63 | 33 | 75 | 62 | 19 |
| Octal | 10 | 174 | 1 | 136 | 0 | 143 | 63 | 165 | 142 | 31 |
| Binary | 1000 | 1111100 | 1 | 1011110 | 0 | 1100011 | 110011 | 1110101 | 1100010 | 11001 |
Color Harmonies of #087C01
Complementary color
Monochromatic Colors of #087C01
Black with #087C01
Text Example
Text Example
White with #087C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C01; }
p { color: rgb(8,124,1); }
H1.HeaderClassName
{
color: #087C01;
}
.AnyTagClassName
{
color: #087C01;
}
</style>
background-color css
<style>
a { background-color: #087C01; }
a { background-color: rgb(8,124,1); }
div.DivClassName
{
background-color: #087C01;
}
.BgClassName
{
background-color: #087C01;
}
</style>
border-color css
<style>
span { border-color: #087C01; }
span { border-color: rgb(8,124,1); }
td.TdClassName
{
border-color: #087C01;
}
.TagClassName
{
border-color: #087C01;
}
</style>