Shades of Fun Green #0C693B
Tints of Fun Green #0C693B
RGB
CMYK
RGB Variations
Color information
#0C693B (or 0x0C693B) is known color: Fun Green. HEX triplet: 0C, 69 and 3B. RGB value is (12,105,59). Sum of RGB (Red+Green+Blue) = 12+105+59=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #0C693B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C693B is #F396C4. Grayscale: #484848. Windows color (decimal): -15963845 or 3893516. OLE color: 3893516.
HSL color Cylindrical-coordinate representation of color #0C693B: hue angle of 150.32º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C693B is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 59 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.59 |
| HSL | 150.32º | 0.79% | 0.23% | - |
| HSV(B) | 150.32º | 0.89% | 0.41% | - |
| XYZ | 5.99 | 10.5 | 5.85 | - |
| YUV | 71.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 59 | 0.89 | 0 | 0.44 | 0.59 | 150.32 | 0.79 | 0.23 |
| Hex | C | 69 | 3B | 59 | 0 | 2C | 3B | 96 | 4F | 17 |
| Octal | 14 | 151 | 73 | 131 | 0 | 54 | 73 | 226 | 117 | 27 |
| Binary | 1100 | 1101001 | 111011 | 1011001 | 0 | 101100 | 111011 | 10010110 | 1001111 | 10111 |
Color Harmonies of #0C693B
Complementary color
Monochromatic Colors of #0C693B
Black with #0C693B
Text Example
Text Example
White with #0C693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C693B; }
p { color: rgb(12,105,59); }
H1.HeaderClassName
{
color: #0C693B;
}
.AnyTagClassName
{
color: #0C693B;
}
</style>
background-color css
<style>
a { background-color: #0C693B; }
a { background-color: rgb(12,105,59); }
div.DivClassName
{
background-color: #0C693B;
}
.BgClassName
{
background-color: #0C693B;
}
</style>
border-color css
<style>
span { border-color: #0C693B; }
span { border-color: rgb(12,105,59); }
td.TdClassName
{
border-color: #0C693B;
}
.TagClassName
{
border-color: #0C693B;
}
</style>