Shades of Green #0E690A
Tints of Green #0E690A
RGB
CMYK
RGB Variations
Color information
#0E690A (or 0x0E690A) is known color: Green. HEX triplet: 0E, 69 and 0A. RGB value is (14,105,10). Sum of RGB (Red+Green+Blue) = 14+105+10=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 105 (41.41% from 255 or 81.40% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 105 - color contains mainly: green. Hex color #0E690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E690A is #F196F5. Grayscale: #434343. Windows color (decimal): -15832822 or 682254. OLE color: 682254.
HSL color Cylindrical-coordinate representation of color #0E690A: hue angle of 117.47º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E690A is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 105 | 10 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.59 |
| HSL | 117.47º | 0.83% | 0.23% | - |
| HSV(B) | 117.47º | 0.9% | 0.41% | - |
| XYZ | 5.29 | 10.22 | 1.98 | - |
| YUV | 66.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 105 | 10 | 0.87 | 0 | 0.90 | 0.59 | 117.47 | 0.83 | 0.23 |
| Hex | E | 69 | A | 57 | 0 | 5A | 3B | 75 | 53 | 17 |
| Octal | 16 | 151 | 12 | 127 | 0 | 132 | 73 | 165 | 123 | 27 |
| Binary | 1110 | 1101001 | 1010 | 1010111 | 0 | 1011010 | 111011 | 1110101 | 1010011 | 10111 |
Color Harmonies of #0E690A
Complementary color
Monochromatic Colors of #0E690A
Black with #0E690A
Text Example
Text Example
White with #0E690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E690A; }
p { color: rgb(14,105,10); }
H1.HeaderClassName
{
color: #0E690A;
}
.AnyTagClassName
{
color: #0E690A;
}
</style>
background-color css
<style>
a { background-color: #0E690A; }
a { background-color: rgb(14,105,10); }
div.DivClassName
{
background-color: #0E690A;
}
.BgClassName
{
background-color: #0E690A;
}
</style>
border-color css
<style>
span { border-color: #0E690A; }
span { border-color: rgb(14,105,10); }
td.TdClassName
{
border-color: #0E690A;
}
.TagClassName
{
border-color: #0E690A;
}
</style>