Shades of Green #05761E
Tints of Green #05761E
RGB
CMYK
RGB Variations
Color information
#05761E (or 0x05761E) is known color: Green. HEX triplet: 05, 76 and 1E. RGB value is (5,118,30). Sum of RGB (Red+Green+Blue) = 5+118+30=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #05761E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05761E is #FA89E1. Grayscale: #4A4A4A. Windows color (decimal): -16419298 or 1996293. OLE color: 1996293.
HSL color Cylindrical-coordinate representation of color #05761E: hue angle of 133.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05761E is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 118 | 30 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.54 |
| HSL | 133.27º | 0.92% | 0.24% | - |
| HSV(B) | 133.27º | 0.96% | 0.46% | - |
| XYZ | 6.78 | 13.08 | 3.4 | - |
| YUV | 74.18 | 103.06 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 30 | 0.96 | 0 | 0.75 | 0.54 | 133.27 | 0.92 | 0.24 |
| Hex | 5 | 76 | 1E | 60 | 0 | 4B | 36 | 85 | 5C | 18 |
| Octal | 5 | 166 | 36 | 140 | 0 | 113 | 66 | 205 | 134 | 30 |
| Binary | 101 | 1110110 | 11110 | 1100000 | 0 | 1001011 | 110110 | 10000101 | 1011100 | 11000 |
Color Harmonies of #05761E
Complementary color
Monochromatic Colors of #05761E
Black with #05761E
Text Example
Text Example
White with #05761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05761E; }
p { color: rgb(5,118,30); }
H1.HeaderClassName
{
color: #05761E;
}
.AnyTagClassName
{
color: #05761E;
}
</style>
background-color css
<style>
a { background-color: #05761E; }
a { background-color: rgb(5,118,30); }
div.DivClassName
{
background-color: #05761E;
}
.BgClassName
{
background-color: #05761E;
}
</style>
border-color css
<style>
span { border-color: #05761E; }
span { border-color: rgb(5,118,30); }
td.TdClassName
{
border-color: #05761E;
}
.TagClassName
{
border-color: #05761E;
}
</style>