Shades of Green #0E750D
Tints of Green #0E750D
RGB
CMYK
RGB Variations
Color information
#0E750D (or 0x0E750D) is known color: Green. HEX triplet: 0E, 75 and 0D. RGB value is (14,117,13). Sum of RGB (Red+Green+Blue) = 14+117+13=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #0E750D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E750D is #F18AF2. Grayscale: #4A4A4A. Windows color (decimal): -15829747 or 881934. OLE color: 881934.
HSL color Cylindrical-coordinate representation of color #0E750D: hue angle of 119.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E750D is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 117 | 13 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.54 |
| HSL | 119.42º | 0.8% | 0.25% | - |
| HSV(B) | 119.42º | 0.89% | 0.46% | - |
| XYZ | 6.62 | 12.85 | 2.51 | - |
| YUV | 74.35 | 93.38 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 117 | 13 | 0.88 | 0 | 0.89 | 0.54 | 119.42 | 0.8 | 0.25 |
| Hex | E | 75 | D | 58 | 0 | 59 | 36 | 77 | 50 | 19 |
| Octal | 16 | 165 | 15 | 130 | 0 | 131 | 66 | 167 | 120 | 31 |
| Binary | 1110 | 1110101 | 1101 | 1011000 | 0 | 1011001 | 110110 | 1110111 | 1010000 | 11001 |
Color Harmonies of #0E750D
Complementary color
Monochromatic Colors of #0E750D
Black with #0E750D
Text Example
Text Example
White with #0E750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E750D; }
p { color: rgb(14,117,13); }
H1.HeaderClassName
{
color: #0E750D;
}
.AnyTagClassName
{
color: #0E750D;
}
</style>
background-color css
<style>
a { background-color: #0E750D; }
a { background-color: rgb(14,117,13); }
div.DivClassName
{
background-color: #0E750D;
}
.BgClassName
{
background-color: #0E750D;
}
</style>
border-color css
<style>
span { border-color: #0E750D; }
span { border-color: rgb(14,117,13); }
td.TdClassName
{
border-color: #0E750D;
}
.TagClassName
{
border-color: #0E750D;
}
</style>