Shades of Fun Green #0E683B
Tints of Fun Green #0E683B
RGB
CMYK
RGB Variations
Color information
#0E683B (or 0x0E683B) is known color: Fun Green. HEX triplet: 0E, 68 and 3B. RGB value is (14,104,59). Sum of RGB (Red+Green+Blue) = 14+104+59=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #0E683B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E683B is #F197C4. Grayscale: #484848. Windows color (decimal): -15833029 or 3893262. OLE color: 3893262.
HSL color Cylindrical-coordinate representation of color #0E683B: hue angle of 150º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E683B is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 59 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.59 |
| HSL | 150º | 0.76% | 0.23% | - |
| HSV(B) | 150º | 0.87% | 0.41% | - |
| XYZ | 5.92 | 10.31 | 5.82 | - |
| YUV | 71.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 59 | 0.87 | 0 | 0.43 | 0.59 | 150 | 0.76 | 0.23 |
| Hex | E | 68 | 3B | 57 | 0 | 2B | 3B | 96 | 4C | 17 |
| Octal | 16 | 150 | 73 | 127 | 0 | 53 | 73 | 226 | 114 | 27 |
| Binary | 1110 | 1101000 | 111011 | 1010111 | 0 | 101011 | 111011 | 10010110 | 1001100 | 10111 |
Color Harmonies of #0E683B
Complementary color
Monochromatic Colors of #0E683B
Black with #0E683B
Text Example
Text Example
White with #0E683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E683B; }
p { color: rgb(14,104,59); }
H1.HeaderClassName
{
color: #0E683B;
}
.AnyTagClassName
{
color: #0E683B;
}
</style>
background-color css
<style>
a { background-color: #0E683B; }
a { background-color: rgb(14,104,59); }
div.DivClassName
{
background-color: #0E683B;
}
.BgClassName
{
background-color: #0E683B;
}
</style>
border-color css
<style>
span { border-color: #0E683B; }
span { border-color: rgb(14,104,59); }
td.TdClassName
{
border-color: #0E683B;
}
.TagClassName
{
border-color: #0E683B;
}
</style>