Shades of Fun Green #0C653B
Tints of Fun Green #0C653B
RGB
CMYK
RGB Variations
Color information
#0C653B (or 0x0C653B) is known color: Fun Green. HEX triplet: 0C, 65 and 3B. RGB value is (12,101,59). Sum of RGB (Red+Green+Blue) = 12+101+59=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #0C653B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C653B is #F39AC4. Grayscale: #454545. Windows color (decimal): -15964869 or 3892492. OLE color: 3892492.
HSL color Cylindrical-coordinate representation of color #0C653B: hue angle of 151.69º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C653B is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 59 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.60 |
| HSL | 151.69º | 0.79% | 0.22% | - |
| HSV(B) | 151.69º | 0.88% | 0.4% | - |
| XYZ | 5.59 | 9.7 | 5.72 | - |
| YUV | 69.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 59 | 0.88 | 0 | 0.42 | 0.60 | 151.69 | 0.79 | 0.22 |
| Hex | C | 65 | 3B | 58 | 0 | 2A | 3C | 98 | 4F | 16 |
| Octal | 14 | 145 | 73 | 130 | 0 | 52 | 74 | 230 | 117 | 26 |
| Binary | 1100 | 1100101 | 111011 | 1011000 | 0 | 101010 | 111100 | 10011000 | 1001111 | 10110 |
Color Harmonies of #0C653B
Complementary color
Monochromatic Colors of #0C653B
Black with #0C653B
Text Example
Text Example
White with #0C653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C653B; }
p { color: rgb(12,101,59); }
H1.HeaderClassName
{
color: #0C653B;
}
.AnyTagClassName
{
color: #0C653B;
}
</style>
background-color css
<style>
a { background-color: #0C653B; }
a { background-color: rgb(12,101,59); }
div.DivClassName
{
background-color: #0C653B;
}
.BgClassName
{
background-color: #0C653B;
}
</style>
border-color css
<style>
span { border-color: #0C653B; }
span { border-color: rgb(12,101,59); }
td.TdClassName
{
border-color: #0C653B;
}
.TagClassName
{
border-color: #0C653B;
}
</style>