Shades of Green #0E6B08
Tints of Green #0E6B08
RGB
CMYK
RGB Variations
Color information
#0E6B08 (or 0x0E6B08) is known color: Green. HEX triplet: 0E, 6B and 08. RGB value is (14,107,8). Sum of RGB (Red+Green+Blue) = 14+107+8=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 107 (42.19% from 255 or 82.95% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 107 - color contains mainly: green. Hex color #0E6B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6B08 is #F194F7. Grayscale: #444444. Windows color (decimal): -15832312 or 551694. OLE color: 551694.
HSL color Cylindrical-coordinate representation of color #0E6B08: hue angle of 116.36º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6B08 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 107 | 8 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.58 |
| HSL | 116.36º | 0.86% | 0.23% | - |
| HSV(B) | 116.36º | 0.93% | 0.42% | - |
| XYZ | 5.48 | 10.63 | 1.99 | - |
| YUV | 67.91 | 94.19 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 8 | 0.87 | 0 | 0.93 | 0.58 | 116.36 | 0.86 | 0.23 |
| Hex | E | 6B | 8 | 57 | 0 | 5D | 3A | 74 | 56 | 17 |
| Octal | 16 | 153 | 10 | 127 | 0 | 135 | 72 | 164 | 126 | 27 |
| Binary | 1110 | 1101011 | 1000 | 1010111 | 0 | 1011101 | 111010 | 1110100 | 1010110 | 10111 |
Color Harmonies of #0E6B08
Complementary color
Monochromatic Colors of #0E6B08
Black with #0E6B08
Text Example
Text Example
White with #0E6B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6B08; }
p { color: rgb(14,107,8); }
H1.HeaderClassName
{
color: #0E6B08;
}
.AnyTagClassName
{
color: #0E6B08;
}
</style>
background-color css
<style>
a { background-color: #0E6B08; }
a { background-color: rgb(14,107,8); }
div.DivClassName
{
background-color: #0E6B08;
}
.BgClassName
{
background-color: #0E6B08;
}
</style>
border-color css
<style>
span { border-color: #0E6B08; }
span { border-color: rgb(14,107,8); }
td.TdClassName
{
border-color: #0E6B08;
}
.TagClassName
{
border-color: #0E6B08;
}
</style>