Shades of Fun Green #066536
Tints of Fun Green #066536
RGB
CMYK
RGB Variations
Color information
#066536 (or 0x066536) is known color: Fun Green. HEX triplet: 06, 65 and 36. RGB value is (6,101,54). Sum of RGB (Red+Green+Blue) = 6+101+54=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #066536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066536 is #F99AC9. Grayscale: #434343. Windows color (decimal): -16358090 or 3564806. OLE color: 3564806.
HSL color Cylindrical-coordinate representation of color #066536: hue angle of 150.32º 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 #066536 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 54 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.60 |
| HSL | 150.32º | 0.89% | 0.21% | - |
| HSV(B) | 150.32º | 0.94% | 0.4% | - |
| XYZ | 5.39 | 9.61 | 5.06 | - |
| YUV | 67.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 54 | 0.94 | 0 | 0.47 | 0.60 | 150.32 | 0.89 | 0.21 |
| Hex | 6 | 65 | 36 | 5E | 0 | 2F | 3C | 96 | 59 | 15 |
| Octal | 6 | 145 | 66 | 136 | 0 | 57 | 74 | 226 | 131 | 25 |
| Binary | 110 | 1100101 | 110110 | 1011110 | 0 | 101111 | 111100 | 10010110 | 1011001 | 10101 |
Color Harmonies of #066536
Complementary color
Monochromatic Colors of #066536
Black with #066536
Text Example
Text Example
White with #066536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066536; }
p { color: rgb(6,101,54); }
H1.HeaderClassName
{
color: #066536;
}
.AnyTagClassName
{
color: #066536;
}
</style>
background-color css
<style>
a { background-color: #066536; }
a { background-color: rgb(6,101,54); }
div.DivClassName
{
background-color: #066536;
}
.BgClassName
{
background-color: #066536;
}
</style>
border-color css
<style>
span { border-color: #066536; }
span { border-color: rgb(6,101,54); }
td.TdClassName
{
border-color: #066536;
}
.TagClassName
{
border-color: #066536;
}
</style>