Shades of Green #05790E
Tints of Green #05790E
RGB
CMYK
RGB Variations
Color information
#05790E (or 0x05790E) is known color: Green. HEX triplet: 05, 79 and 0E. RGB value is (5,121,14). Sum of RGB (Red+Green+Blue) = 5+121+14=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 121 (47.66% from 255 or 86.43% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 121 - color contains mainly: green. Hex color #05790E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05790E is #FA86F1. Grayscale: #4A4A4A. Windows color (decimal): -16418546 or 948485. OLE color: 948485.
HSL color Cylindrical-coordinate representation of color #05790E: hue angle of 124.66º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05790E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 121 | 14 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.53 |
| HSL | 124.66º | 0.92% | 0.25% | - |
| HSV(B) | 124.66º | 0.96% | 0.47% | - |
| XYZ | 6.98 | 13.74 | 2.7 | - |
| YUV | 74.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 14 | 0.96 | 0 | 0.88 | 0.53 | 124.66 | 0.92 | 0.25 |
| Hex | 5 | 79 | E | 60 | 0 | 58 | 35 | 7D | 5C | 19 |
| Octal | 5 | 171 | 16 | 140 | 0 | 130 | 65 | 175 | 134 | 31 |
| Binary | 101 | 1111001 | 1110 | 1100000 | 0 | 1011000 | 110101 | 1111101 | 1011100 | 11001 |
Color Harmonies of #05790E
Complementary color
Monochromatic Colors of #05790E
Black with #05790E
Text Example
Text Example
White with #05790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05790E; }
p { color: rgb(5,121,14); }
H1.HeaderClassName
{
color: #05790E;
}
.AnyTagClassName
{
color: #05790E;
}
</style>
background-color css
<style>
a { background-color: #05790E; }
a { background-color: rgb(5,121,14); }
div.DivClassName
{
background-color: #05790E;
}
.BgClassName
{
background-color: #05790E;
}
</style>
border-color css
<style>
span { border-color: #05790E; }
span { border-color: rgb(5,121,14); }
td.TdClassName
{
border-color: #05790E;
}
.TagClassName
{
border-color: #05790E;
}
</style>