Shades of Fun Green #0C643C
Tints of Fun Green #0C643C
RGB
CMYK
RGB Variations
Color information
#0C643C (or 0x0C643C) is known color: Fun Green. HEX triplet: 0C, 64 and 3C. RGB value is (12,100,60). Sum of RGB (Red+Green+Blue) = 12+100+60=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #0C643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C643C is #F39BC3. Grayscale: #454545. Windows color (decimal): -15965124 or 3957772. OLE color: 3957772.
HSL color Cylindrical-coordinate representation of color #0C643C: hue angle of 152.73º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C643C is Cyan = 0.88, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 100 | 60 | - |
| CMYK | 0.88 | 0 | 0.4 | 0.61 |
| HSL | 152.73º | 0.79% | 0.22% | - |
| HSV(B) | 152.73º | 0.88% | 0.39% | - |
| XYZ | 5.52 | 9.52 | 5.82 | - |
| YUV | 69.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 60 | 0.88 | 0 | 0.4 | 0.61 | 152.73 | 0.79 | 0.22 |
| Hex | C | 64 | 3C | 58 | 0 | 28 | 3D | 99 | 4F | 16 |
| Octal | 14 | 144 | 74 | 130 | 0 | 50 | 75 | 231 | 117 | 26 |
| Binary | 1100 | 1100100 | 111100 | 1011000 | 0 | 101000 | 111101 | 10011001 | 1001111 | 10110 |
Color Harmonies of #0C643C
Complementary color
Monochromatic Colors of #0C643C
Black with #0C643C
Text Example
Text Example
White with #0C643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C643C; }
p { color: rgb(12,100,60); }
H1.HeaderClassName
{
color: #0C643C;
}
.AnyTagClassName
{
color: #0C643C;
}
</style>
background-color css
<style>
a { background-color: #0C643C; }
a { background-color: rgb(12,100,60); }
div.DivClassName
{
background-color: #0C643C;
}
.BgClassName
{
background-color: #0C643C;
}
</style>
border-color css
<style>
span { border-color: #0C643C; }
span { border-color: rgb(12,100,60); }
td.TdClassName
{
border-color: #0C643C;
}
.TagClassName
{
border-color: #0C643C;
}
</style>