Shades of Green #0E750C
Tints of Green #0E750C
RGB
CMYK
RGB Variations
Color information
#0E750C (or 0x0E750C) is known color: Green. HEX triplet: 0E, 75 and 0C. RGB value is (14,117,12). Sum of RGB (Red+Green+Blue) = 14+117+12=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #0E750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E750C is #F18AF3. Grayscale: #4A4A4A. Windows color (decimal): -15829748 or 816398. OLE color: 816398.
HSL color Cylindrical-coordinate representation of color #0E750C: hue angle of 118.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E750C is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 117 | 12 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.54 |
| HSL | 118.86º | 0.81% | 0.25% | - |
| HSV(B) | 118.86º | 0.9% | 0.46% | - |
| XYZ | 6.61 | 12.84 | 2.48 | - |
| YUV | 74.23 | 92.88 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 117 | 12 | 0.88 | 0 | 0.90 | 0.54 | 118.86 | 0.81 | 0.25 |
| Hex | E | 75 | C | 58 | 0 | 5A | 36 | 77 | 51 | 19 |
| Octal | 16 | 165 | 14 | 130 | 0 | 132 | 66 | 167 | 121 | 31 |
| Binary | 1110 | 1110101 | 1100 | 1011000 | 0 | 1011010 | 110110 | 1110111 | 1010001 | 11001 |
Color Harmonies of #0E750C
Complementary color
Monochromatic Colors of #0E750C
Black with #0E750C
Text Example
Text Example
White with #0E750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E750C; }
p { color: rgb(14,117,12); }
H1.HeaderClassName
{
color: #0E750C;
}
.AnyTagClassName
{
color: #0E750C;
}
</style>
background-color css
<style>
a { background-color: #0E750C; }
a { background-color: rgb(14,117,12); }
div.DivClassName
{
background-color: #0E750C;
}
.BgClassName
{
background-color: #0E750C;
}
</style>
border-color css
<style>
span { border-color: #0E750C; }
span { border-color: rgb(14,117,12); }
td.TdClassName
{
border-color: #0E750C;
}
.TagClassName
{
border-color: #0E750C;
}
</style>