Shades of Green #087101
Tints of Green #087101
RGB
CMYK
RGB Variations
Color information
#087101 (or 0x087101) is known color: Green. HEX triplet: 08, 71 and 01. RGB value is (8,113,1). Sum of RGB (Red+Green+Blue) = 8+113+1=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 113 (44.53% from 255 or 92.62% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 113 - color contains mainly: green. Hex color #087101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087101 is #F78EFE. Grayscale: #454545. Windows color (decimal): -16223999 or 94472. OLE color: 94472.
HSL color Cylindrical-coordinate representation of color #087101: hue angle of 116.25º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #087101 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 113 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.56 |
| HSL | 116.25º | 0.98% | 0.22% | - |
| HSV(B) | 116.25º | 0.99% | 0.44% | - |
| XYZ | 6.01 | 11.86 | 2 | - |
| YUV | 68.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 113 | 1 | 0.93 | 0 | 0.99 | 0.56 | 116.25 | 0.98 | 0.22 |
| Hex | 8 | 71 | 1 | 5D | 0 | 63 | 38 | 74 | 62 | 16 |
| Octal | 10 | 161 | 1 | 135 | 0 | 143 | 70 | 164 | 142 | 26 |
| Binary | 1000 | 1110001 | 1 | 1011101 | 0 | 1100011 | 111000 | 1110100 | 1100010 | 10110 |
Color Harmonies of #087101
Complementary color
Monochromatic Colors of #087101
Black with #087101
Text Example
Text Example
White with #087101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087101; }
p { color: rgb(8,113,1); }
H1.HeaderClassName
{
color: #087101;
}
.AnyTagClassName
{
color: #087101;
}
</style>
background-color css
<style>
a { background-color: #087101; }
a { background-color: rgb(8,113,1); }
div.DivClassName
{
background-color: #087101;
}
.BgClassName
{
background-color: #087101;
}
</style>
border-color css
<style>
span { border-color: #087101; }
span { border-color: rgb(8,113,1); }
td.TdClassName
{
border-color: #087101;
}
.TagClassName
{
border-color: #087101;
}
</style>