Shades of Fun Green #0E683C
Tints of Fun Green #0E683C
RGB
CMYK
RGB Variations
Color information
#0E683C (or 0x0E683C) is known color: Fun Green. HEX triplet: 0E, 68 and 3C. RGB value is (14,104,60). Sum of RGB (Red+Green+Blue) = 14+104+60=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #0E683C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E683C is #F197C3. Grayscale: #484848. Windows color (decimal): -15833028 or 3958798. OLE color: 3958798.
HSL color Cylindrical-coordinate representation of color #0E683C: hue angle of 150.67º 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 #0E683C is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 60 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.59 |
| HSL | 150.67º | 0.76% | 0.23% | - |
| HSV(B) | 150.67º | 0.87% | 0.41% | - |
| XYZ | 5.95 | 10.32 | 5.95 | - |
| YUV | 72.07 | 121.18 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 60 | 0.87 | 0 | 0.42 | 0.59 | 150.67 | 0.76 | 0.23 |
| Hex | E | 68 | 3C | 57 | 0 | 2A | 3B | 97 | 4C | 17 |
| Octal | 16 | 150 | 74 | 127 | 0 | 52 | 73 | 227 | 114 | 27 |
| Binary | 1110 | 1101000 | 111100 | 1010111 | 0 | 101010 | 111011 | 10010111 | 1001100 | 10111 |
Color Harmonies of #0E683C
Complementary color
Monochromatic Colors of #0E683C
Black with #0E683C
Text Example
Text Example
White with #0E683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E683C; }
p { color: rgb(14,104,60); }
H1.HeaderClassName
{
color: #0E683C;
}
.AnyTagClassName
{
color: #0E683C;
}
</style>
background-color css
<style>
a { background-color: #0E683C; }
a { background-color: rgb(14,104,60); }
div.DivClassName
{
background-color: #0E683C;
}
.BgClassName
{
background-color: #0E683C;
}
</style>
border-color css
<style>
span { border-color: #0E683C; }
span { border-color: rgb(14,104,60); }
td.TdClassName
{
border-color: #0E683C;
}
.TagClassName
{
border-color: #0E683C;
}
</style>