Shades of Green #087515
Tints of Green #087515
RGB
CMYK
RGB Variations
Color information
#087515 (or 0x087515) is known color: Green. HEX triplet: 08, 75 and 15. RGB value is (8,117,21). Sum of RGB (Red+Green+Blue) = 8+117+21=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #087515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087515 is #F78AEA. Grayscale: #494949. Windows color (decimal): -16222955 or 1406216. OLE color: 1406216.
HSL color Cylindrical-coordinate representation of color #087515: hue angle of 127.16º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087515 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 21 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.54 |
| HSL | 127.16º | 0.87% | 0.25% | - |
| HSV(B) | 127.16º | 0.93% | 0.46% | - |
| XYZ | 6.6 | 12.83 | 2.84 | - |
| YUV | 73.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 21 | 0.93 | 0 | 0.82 | 0.54 | 127.16 | 0.87 | 0.25 |
| Hex | 8 | 75 | 15 | 5D | 0 | 52 | 36 | 7F | 57 | 19 |
| Octal | 10 | 165 | 25 | 135 | 0 | 122 | 66 | 177 | 127 | 31 |
| Binary | 1000 | 1110101 | 10101 | 1011101 | 0 | 1010010 | 110110 | 1111111 | 1010111 | 11001 |
Color Harmonies of #087515
Complementary color
Monochromatic Colors of #087515
Black with #087515
Text Example
Text Example
White with #087515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087515; }
p { color: rgb(8,117,21); }
H1.HeaderClassName
{
color: #087515;
}
.AnyTagClassName
{
color: #087515;
}
</style>
background-color css
<style>
a { background-color: #087515; }
a { background-color: rgb(8,117,21); }
div.DivClassName
{
background-color: #087515;
}
.BgClassName
{
background-color: #087515;
}
</style>
border-color css
<style>
span { border-color: #087515; }
span { border-color: rgb(8,117,21); }
td.TdClassName
{
border-color: #087515;
}
.TagClassName
{
border-color: #087515;
}
</style>