Shades of Green #007114
Tints of Green #007114
RGB
CMYK
RGB Variations
Color information
#007114 (or 0x007114) is known color: Green. HEX triplet: 00, 71 and 14. RGB value is (0,113,20). Sum of RGB (Red+Green+Blue) = 0+113+20=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 113 (44.53% from 255 or 84.96% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 113 - color contains mainly: green. Hex color #007114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007114 is #FF8EEB. Grayscale: #444444. Windows color (decimal): -16748268 or 1339648. OLE color: 1339648.
HSL color Cylindrical-coordinate representation of color #007114: hue angle of 130.62º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007114 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 20 | - |
| CMYK | 1 | 0 | 0.82 | 0.56 |
| HSL | 130.62º | 1% | 0.22% | - |
| HSV(B) | 130.62º | 1% | 0.44% | - |
| XYZ | 6.03 | 11.86 | 2.63 | - |
| YUV | 68.61 | 100.56 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 20 | 1 | 0 | 0.82 | 0.56 | 130.62 | 1 | 0.22 |
| Hex | 0 | 71 | 14 | 64 | 0 | 52 | 38 | 83 | 64 | 16 |
| Octal | 0 | 161 | 24 | 144 | 0 | 122 | 70 | 203 | 144 | 26 |
| Binary | 0 | 1110001 | 10100 | 1100100 | 0 | 1010010 | 111000 | 10000011 | 1100100 | 10110 |
Color Harmonies of #007114
Complementary color
Monochromatic Colors of #007114
Black with #007114
Text Example
Text Example
White with #007114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007114; }
p { color: rgb(0,113,20); }
H1.HeaderClassName
{
color: #007114;
}
.AnyTagClassName
{
color: #007114;
}
</style>
background-color css
<style>
a { background-color: #007114; }
a { background-color: rgb(0,113,20); }
div.DivClassName
{
background-color: #007114;
}
.BgClassName
{
background-color: #007114;
}
</style>
border-color css
<style>
span { border-color: #007114; }
span { border-color: rgb(0,113,20); }
td.TdClassName
{
border-color: #007114;
}
.TagClassName
{
border-color: #007114;
}
</style>