Shades of Fun Green #066134
Tints of Fun Green #066134
RGB
CMYK
RGB Variations
Color information
#066134 (or 0x066134) is known color: Fun Green. HEX triplet: 06, 61 and 34. RGB value is (6,97,52). Sum of RGB (Red+Green+Blue) = 6+97+52=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #066134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066134 is #F99ECB. Grayscale: #404040. Windows color (decimal): -16359116 or 3432710. OLE color: 3432710.
HSL color Cylindrical-coordinate representation of color #066134: hue angle of 150.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066134 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 52 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.62 |
| HSL | 150.33º | 0.88% | 0.2% | - |
| HSV(B) | 150.33º | 0.94% | 0.38% | - |
| XYZ | 4.97 | 8.84 | 4.69 | - |
| YUV | 64.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 52 | 0.94 | 0 | 0.46 | 0.62 | 150.33 | 0.88 | 0.2 |
| Hex | 6 | 61 | 34 | 5E | 0 | 2E | 3E | 96 | 58 | 14 |
| Octal | 6 | 141 | 64 | 136 | 0 | 56 | 76 | 226 | 130 | 24 |
| Binary | 110 | 1100001 | 110100 | 1011110 | 0 | 101110 | 111110 | 10010110 | 1011000 | 10100 |
Color Harmonies of #066134
Complementary color
Monochromatic Colors of #066134
Black with #066134
Text Example
Text Example
White with #066134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066134; }
p { color: rgb(6,97,52); }
H1.HeaderClassName
{
color: #066134;
}
.AnyTagClassName
{
color: #066134;
}
</style>
background-color css
<style>
a { background-color: #066134; }
a { background-color: rgb(6,97,52); }
div.DivClassName
{
background-color: #066134;
}
.BgClassName
{
background-color: #066134;
}
</style>
border-color css
<style>
span { border-color: #066134; }
span { border-color: rgb(6,97,52); }
td.TdClassName
{
border-color: #066134;
}
.TagClassName
{
border-color: #066134;
}
</style>