Shades of Fun Green #066532
Tints of Fun Green #066532
RGB
CMYK
RGB Variations
Color information
#066532 (or 0x066532) is known color: Fun Green. HEX triplet: 06, 65 and 32. RGB value is (6,101,50). Sum of RGB (Red+Green+Blue) = 6+101+50=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #066532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066532 is #F99ACD. Grayscale: #424242. Windows color (decimal): -16358094 or 3302662. OLE color: 3302662.
HSL color Cylindrical-coordinate representation of color #066532: hue angle of 147.79º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066532 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 50 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.60 |
| HSL | 147.79º | 0.89% | 0.21% | - |
| HSV(B) | 147.79º | 0.94% | 0.4% | - |
| XYZ | 5.3 | 9.58 | 4.59 | - |
| YUV | 66.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 50 | 0.94 | 0 | 0.50 | 0.60 | 147.79 | 0.89 | 0.21 |
| Hex | 6 | 65 | 32 | 5E | 0 | 32 | 3C | 94 | 59 | 15 |
| Octal | 6 | 145 | 62 | 136 | 0 | 62 | 74 | 224 | 131 | 25 |
| Binary | 110 | 1100101 | 110010 | 1011110 | 0 | 110010 | 111100 | 10010100 | 1011001 | 10101 |
Color Harmonies of #066532
Complementary color
Monochromatic Colors of #066532
Black with #066532
Text Example
Text Example
White with #066532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066532; }
p { color: rgb(6,101,50); }
H1.HeaderClassName
{
color: #066532;
}
.AnyTagClassName
{
color: #066532;
}
</style>
background-color css
<style>
a { background-color: #066532; }
a { background-color: rgb(6,101,50); }
div.DivClassName
{
background-color: #066532;
}
.BgClassName
{
background-color: #066532;
}
</style>
border-color css
<style>
span { border-color: #066532; }
span { border-color: rgb(6,101,50); }
td.TdClassName
{
border-color: #066532;
}
.TagClassName
{
border-color: #066532;
}
</style>