Shades of Green #058700
Tints of Green #058700
RGB
CMYK
RGB Variations
Color information
#058700 (or 0x058700) is known color: Green. HEX triplet: 05, 87 and 00. RGB value is (5,135,0). Sum of RGB (Red+Green+Blue) = 5+135+0=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 135 (53.12% from 255 or 96.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 135 - color contains mainly: green. Hex color #058700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058700 is #FA78FF. Grayscale: #515151. Windows color (decimal): -16414976 or 34565. OLE color: 34565.
HSL color Cylindrical-coordinate representation of color #058700: hue angle of 117.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #058700 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.47 |
| HSL | 117.78º | 1% | 0.26% | - |
| HSV(B) | 117.78º | 1% | 0.53% | - |
| XYZ | 8.73 | 17.36 | 2.89 | - |
| YUV | 80.74 | 82.43 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 0 | 0.96 | 0 | 1 | 0.47 | 117.78 | 1 | 0.26 |
| Hex | 5 | 87 | 0 | 60 | 0 | 64 | 2F | 76 | 64 | 1A |
| Octal | 5 | 207 | 0 | 140 | 0 | 144 | 57 | 166 | 144 | 32 |
| Binary | 101 | 10000111 | 0 | 1100000 | 0 | 1100100 | 101111 | 1110110 | 1100100 | 11010 |
Color Harmonies of #058700
Complementary color
Monochromatic Colors of #058700
Black with #058700
Text Example
Text Example
White with #058700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058700; }
p { color: rgb(5,135,0); }
H1.HeaderClassName
{
color: #058700;
}
.AnyTagClassName
{
color: #058700;
}
</style>
background-color css
<style>
a { background-color: #058700; }
a { background-color: rgb(5,135,0); }
div.DivClassName
{
background-color: #058700;
}
.BgClassName
{
background-color: #058700;
}
</style>
border-color css
<style>
span { border-color: #058700; }
span { border-color: rgb(5,135,0); }
td.TdClassName
{
border-color: #058700;
}
.TagClassName
{
border-color: #058700;
}
</style>