Shades of Green #058701
Tints of Green #058701
RGB
CMYK
RGB Variations
Color information
#058701 (or 0x058701) is known color: Green. HEX triplet: 05, 87 and 01. RGB value is (5,135,1). Sum of RGB (Red+Green+Blue) = 5+135+1=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 135 (53.12% from 255 or 95.74% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 135 - color contains mainly: green. Hex color #058701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058701 is #FA78FE. Grayscale: #515151. Windows color (decimal): -16414975 or 100101. OLE color: 100101.
HSL color Cylindrical-coordinate representation of color #058701: hue angle of 118.21º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #058701 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.47 |
| HSL | 118.21º | 0.99% | 0.27% | - |
| HSV(B) | 118.21º | 0.99% | 0.53% | - |
| XYZ | 8.73 | 17.36 | 2.92 | - |
| YUV | 80.85 | 82.93 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 1 | 0.96 | 0 | 0.99 | 0.47 | 118.21 | 0.99 | 0.27 |
| Hex | 5 | 87 | 1 | 60 | 0 | 63 | 2F | 76 | 63 | 1B |
| Octal | 5 | 207 | 1 | 140 | 0 | 143 | 57 | 166 | 143 | 33 |
| Binary | 101 | 10000111 | 1 | 1100000 | 0 | 1100011 | 101111 | 1110110 | 1100011 | 11011 |
Color Harmonies of #058701
Complementary color
Monochromatic Colors of #058701
Black with #058701
Text Example
Text Example
White with #058701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058701; }
p { color: rgb(5,135,1); }
H1.HeaderClassName
{
color: #058701;
}
.AnyTagClassName
{
color: #058701;
}
</style>
background-color css
<style>
a { background-color: #058701; }
a { background-color: rgb(5,135,1); }
div.DivClassName
{
background-color: #058701;
}
.BgClassName
{
background-color: #058701;
}
</style>
border-color css
<style>
span { border-color: #058701; }
span { border-color: rgb(5,135,1); }
td.TdClassName
{
border-color: #058701;
}
.TagClassName
{
border-color: #058701;
}
</style>