Shades of Green #0E770E
Tints of Green #0E770E
RGB
CMYK
RGB Variations
Color information
#0E770E (or 0x0E770E) is known color: Green. HEX triplet: 0E, 77 and 0E. RGB value is (14,119,14). Sum of RGB (Red+Green+Blue) = 14+119+14=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 119 (46.88% from 255 or 80.95% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 119 - color contains mainly: green. Hex color #0E770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E770E is #F188F1. Grayscale: #4B4B4B. Windows color (decimal): -15829234 or 947982. OLE color: 947982.
HSL color Cylindrical-coordinate representation of color #0E770E: hue angle of 120º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E770E is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 119 | 14 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.53 |
| HSL | 120º | 0.79% | 0.26% | - |
| HSV(B) | 120º | 0.88% | 0.47% | - |
| XYZ | 6.86 | 13.32 | 2.62 | - |
| YUV | 75.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 14 | 0.88 | 0 | 0.88 | 0.53 | 120 | 0.79 | 0.26 |
| Hex | E | 77 | E | 58 | 0 | 58 | 35 | 78 | 4F | 1A |
| Octal | 16 | 167 | 16 | 130 | 0 | 130 | 65 | 170 | 117 | 32 |
| Binary | 1110 | 1110111 | 1110 | 1011000 | 0 | 1011000 | 110101 | 1111000 | 1001111 | 11010 |
Color Harmonies of #0E770E
Complementary color
Monochromatic Colors of #0E770E
Black with #0E770E
Text Example
Text Example
White with #0E770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E770E; }
p { color: rgb(14,119,14); }
H1.HeaderClassName
{
color: #0E770E;
}
.AnyTagClassName
{
color: #0E770E;
}
</style>
background-color css
<style>
a { background-color: #0E770E; }
a { background-color: rgb(14,119,14); }
div.DivClassName
{
background-color: #0E770E;
}
.BgClassName
{
background-color: #0E770E;
}
</style>
border-color css
<style>
span { border-color: #0E770E; }
span { border-color: rgb(14,119,14); }
td.TdClassName
{
border-color: #0E770E;
}
.TagClassName
{
border-color: #0E770E;
}
</style>