Shades of Green #05700E
Tints of Green #05700E
RGB
CMYK
RGB Variations
Color information
#05700E (or 0x05700E) is known color: Green. HEX triplet: 05, 70 and 0E. RGB value is (5,112,14). Sum of RGB (Red+Green+Blue) = 5+112+14=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #05700E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05700E is #FA8FF1. Grayscale: #454545. Windows color (decimal): -16420850 or 946181. OLE color: 946181.
HSL color Cylindrical-coordinate representation of color #05700E: hue angle of 125.05º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05700E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 14 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.56 |
| HSL | 125.05º | 0.91% | 0.23% | - |
| HSV(B) | 125.05º | 0.96% | 0.44% | - |
| XYZ | 5.94 | 11.65 | 2.35 | - |
| YUV | 68.84 | 97.05 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 14 | 0.96 | 0 | 0.88 | 0.56 | 125.05 | 0.91 | 0.23 |
| Hex | 5 | 70 | E | 60 | 0 | 58 | 38 | 7D | 5B | 17 |
| Octal | 5 | 160 | 16 | 140 | 0 | 130 | 70 | 175 | 133 | 27 |
| Binary | 101 | 1110000 | 1110 | 1100000 | 0 | 1011000 | 111000 | 1111101 | 1011011 | 10111 |
Color Harmonies of #05700E
Complementary color
Monochromatic Colors of #05700E
Black with #05700E
Text Example
Text Example
White with #05700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05700E; }
p { color: rgb(5,112,14); }
H1.HeaderClassName
{
color: #05700E;
}
.AnyTagClassName
{
color: #05700E;
}
</style>
background-color css
<style>
a { background-color: #05700E; }
a { background-color: rgb(5,112,14); }
div.DivClassName
{
background-color: #05700E;
}
.BgClassName
{
background-color: #05700E;
}
</style>
border-color css
<style>
span { border-color: #05700E; }
span { border-color: rgb(5,112,14); }
td.TdClassName
{
border-color: #05700E;
}
.TagClassName
{
border-color: #05700E;
}
</style>