Shades of Green #0E6713
Tints of Green #0E6713
RGB
CMYK
RGB Variations
Color information
#0E6713 (or 0x0E6713) is known color: Green. HEX triplet: 0E, 67 and 13. RGB value is (14,103,19). Sum of RGB (Red+Green+Blue) = 14+103+19=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 103 (40.62% from 255 or 75.74% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 103 - color contains mainly: green. Hex color #0E6713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6713 is #F198EC. Grayscale: #434343. Windows color (decimal): -15833325 or 1271566. OLE color: 1271566.
HSL color Cylindrical-coordinate representation of color #0E6713: hue angle of 123.37º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6713 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 103 | 19 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.60 |
| HSL | 123.37º | 0.76% | 0.23% | - |
| HSV(B) | 123.37º | 0.86% | 0.4% | - |
| XYZ | 5.15 | 9.84 | 2.24 | - |
| YUV | 66.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 19 | 0.86 | 0 | 0.82 | 0.60 | 123.37 | 0.76 | 0.23 |
| Hex | E | 67 | 13 | 56 | 0 | 52 | 3C | 7B | 4C | 17 |
| Octal | 16 | 147 | 23 | 126 | 0 | 122 | 74 | 173 | 114 | 27 |
| Binary | 1110 | 1100111 | 10011 | 1010110 | 0 | 1010010 | 111100 | 1111011 | 1001100 | 10111 |
Color Harmonies of #0E6713
Complementary color
Monochromatic Colors of #0E6713
Black with #0E6713
Text Example
Text Example
White with #0E6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6713; }
p { color: rgb(14,103,19); }
H1.HeaderClassName
{
color: #0E6713;
}
.AnyTagClassName
{
color: #0E6713;
}
</style>
background-color css
<style>
a { background-color: #0E6713; }
a { background-color: rgb(14,103,19); }
div.DivClassName
{
background-color: #0E6713;
}
.BgClassName
{
background-color: #0E6713;
}
</style>
border-color css
<style>
span { border-color: #0E6713; }
span { border-color: rgb(14,103,19); }
td.TdClassName
{
border-color: #0E6713;
}
.TagClassName
{
border-color: #0E6713;
}
</style>