Shades of Fun Green #0C663B
Tints of Fun Green #0C663B
RGB
CMYK
RGB Variations
Color information
#0C663B (or 0x0C663B) is known color: Fun Green. HEX triplet: 0C, 66 and 3B. RGB value is (12,102,59). Sum of RGB (Red+Green+Blue) = 12+102+59=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #0C663B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C663B is #F399C4. Grayscale: #464646. Windows color (decimal): -15964613 or 3892748. OLE color: 3892748.
HSL color Cylindrical-coordinate representation of color #0C663B: hue angle of 151.33º 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 #0C663B is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 59 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.6 |
| HSL | 151.33º | 0.79% | 0.22% | - |
| HSV(B) | 151.33º | 0.88% | 0.4% | - |
| XYZ | 5.69 | 9.9 | 5.75 | - |
| YUV | 70.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 59 | 0.88 | 0 | 0.42 | 0.6 | 151.33 | 0.79 | 0.22 |
| Hex | C | 66 | 3B | 58 | 0 | 2A | 3C | 97 | 4F | 16 |
| Octal | 14 | 146 | 73 | 130 | 0 | 52 | 74 | 227 | 117 | 26 |
| Binary | 1100 | 1100110 | 111011 | 1011000 | 0 | 101010 | 111100 | 10010111 | 1001111 | 10110 |
Color Harmonies of #0C663B
Complementary color
Monochromatic Colors of #0C663B
Black with #0C663B
Text Example
Text Example
White with #0C663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C663B; }
p { color: rgb(12,102,59); }
H1.HeaderClassName
{
color: #0C663B;
}
.AnyTagClassName
{
color: #0C663B;
}
</style>
background-color css
<style>
a { background-color: #0C663B; }
a { background-color: rgb(12,102,59); }
div.DivClassName
{
background-color: #0C663B;
}
.BgClassName
{
background-color: #0C663B;
}
</style>
border-color css
<style>
span { border-color: #0C663B; }
span { border-color: rgb(12,102,59); }
td.TdClassName
{
border-color: #0C663B;
}
.TagClassName
{
border-color: #0C663B;
}
</style>