Shades of Fun Green #0C653D
Tints of Fun Green #0C653D
RGB
CMYK
RGB Variations
Color information
#0C653D (or 0x0C653D) is known color: Fun Green. HEX triplet: 0C, 65 and 3D. RGB value is (12,101,61). Sum of RGB (Red+Green+Blue) = 12+101+61=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #0C653D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C653D is #F39AC2. Grayscale: #454545. Windows color (decimal): -15964867 or 4023564. OLE color: 4023564.
HSL color Cylindrical-coordinate representation of color #0C653D: hue angle of 153.03º 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 #0C653D is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 61 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.60 |
| HSL | 153.03º | 0.79% | 0.22% | - |
| HSV(B) | 153.03º | 0.88% | 0.4% | - |
| XYZ | 5.65 | 9.72 | 5.99 | - |
| YUV | 69.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 61 | 0.88 | 0 | 0.40 | 0.60 | 153.03 | 0.79 | 0.22 |
| Hex | C | 65 | 3D | 58 | 0 | 28 | 3C | 99 | 4F | 16 |
| Octal | 14 | 145 | 75 | 130 | 0 | 50 | 74 | 231 | 117 | 26 |
| Binary | 1100 | 1100101 | 111101 | 1011000 | 0 | 101000 | 111100 | 10011001 | 1001111 | 10110 |
Color Harmonies of #0C653D
Complementary color
Monochromatic Colors of #0C653D
Black with #0C653D
Text Example
Text Example
White with #0C653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C653D; }
p { color: rgb(12,101,61); }
H1.HeaderClassName
{
color: #0C653D;
}
.AnyTagClassName
{
color: #0C653D;
}
</style>
background-color css
<style>
a { background-color: #0C653D; }
a { background-color: rgb(12,101,61); }
div.DivClassName
{
background-color: #0C653D;
}
.BgClassName
{
background-color: #0C653D;
}
</style>
border-color css
<style>
span { border-color: #0C653D; }
span { border-color: rgb(12,101,61); }
td.TdClassName
{
border-color: #0C653D;
}
.TagClassName
{
border-color: #0C653D;
}
</style>