Shades of Green #0E610B
Tints of Green #0E610B
RGB
CMYK
RGB Variations
Color information
#0E610B (or 0x0E610B) is known color: Green. HEX triplet: 0E, 61 and 0B. RGB value is (14,97,11). Sum of RGB (Red+Green+Blue) = 14+97+11=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 97 (38.28% from 255 or 79.51% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 97 - color contains mainly: green. Hex color #0E610B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E610B is #F19EF4. Grayscale: #3E3E3E. Windows color (decimal): -15834869 or 745742. OLE color: 745742.
HSL color Cylindrical-coordinate representation of color #0E610B: hue angle of 117.91º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E610B is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 14 | 97 | 11 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.62 |
| HSL | 117.91º | 0.8% | 0.21% | - |
| HSV(B) | 117.91º | 0.89% | 0.38% | - |
| XYZ | 4.52 | 8.67 | 1.75 | - |
| YUV | 62.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 97 | 11 | 0.86 | 0 | 0.89 | 0.62 | 117.91 | 0.8 | 0.21 |
| Hex | E | 61 | B | 56 | 0 | 59 | 3E | 76 | 50 | 15 |
| Octal | 16 | 141 | 13 | 126 | 0 | 131 | 76 | 166 | 120 | 25 |
| Binary | 1110 | 1100001 | 1011 | 1010110 | 0 | 1011001 | 111110 | 1110110 | 1010000 | 10101 |
Color Harmonies of #0E610B
Complementary color
Monochromatic Colors of #0E610B
Black with #0E610B
Text Example
Text Example
White with #0E610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E610B; }
p { color: rgb(14,97,11); }
H1.HeaderClassName
{
color: #0E610B;
}
.AnyTagClassName
{
color: #0E610B;
}
</style>
background-color css
<style>
a { background-color: #0E610B; }
a { background-color: rgb(14,97,11); }
div.DivClassName
{
background-color: #0E610B;
}
.BgClassName
{
background-color: #0E610B;
}
</style>
border-color css
<style>
span { border-color: #0E610B; }
span { border-color: rgb(14,97,11); }
td.TdClassName
{
border-color: #0E610B;
}
.TagClassName
{
border-color: #0E610B;
}
</style>