Shades of Fun Green #066C32
Tints of Fun Green #066C32
RGB
CMYK
RGB Variations
Color information
#066C32 (or 0x066C32) is known color: Fun Green. HEX triplet: 06, 6C and 32. RGB value is (6,108,50). Sum of RGB (Red+Green+Blue) = 6+108+50=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 108 (42.58% from 255 or 65.85% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 108 - color contains mainly: green. Hex color #066C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066C32 is #F993CD. Grayscale: #474747. Windows color (decimal): -16356302 or 3304454. OLE color: 3304454.
HSL color Cylindrical-coordinate representation of color #066C32: hue angle of 145.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066C32 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 50 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.58 |
| HSL | 145.88º | 0.89% | 0.22% | - |
| HSV(B) | 145.88º | 0.94% | 0.42% | - |
| XYZ | 6.01 | 10.99 | 4.82 | - |
| YUV | 70.89 | 116.21 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 50 | 0.94 | 0 | 0.54 | 0.58 | 145.88 | 0.89 | 0.22 |
| Hex | 6 | 6C | 32 | 5E | 0 | 36 | 3A | 92 | 59 | 16 |
| Octal | 6 | 154 | 62 | 136 | 0 | 66 | 72 | 222 | 131 | 26 |
| Binary | 110 | 1101100 | 110010 | 1011110 | 0 | 110110 | 111010 | 10010010 | 1011001 | 10110 |
Color Harmonies of #066C32
Complementary color
Monochromatic Colors of #066C32
Black with #066C32
Text Example
Text Example
White with #066C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C32; }
p { color: rgb(6,108,50); }
H1.HeaderClassName
{
color: #066C32;
}
.AnyTagClassName
{
color: #066C32;
}
</style>
background-color css
<style>
a { background-color: #066C32; }
a { background-color: rgb(6,108,50); }
div.DivClassName
{
background-color: #066C32;
}
.BgClassName
{
background-color: #066C32;
}
</style>
border-color css
<style>
span { border-color: #066C32; }
span { border-color: rgb(6,108,50); }
td.TdClassName
{
border-color: #066C32;
}
.TagClassName
{
border-color: #066C32;
}
</style>