Shades of Fun Green #066135
Tints of Fun Green #066135
RGB
CMYK
RGB Variations
Color information
#066135 (or 0x066135) is known color: Fun Green. HEX triplet: 06, 61 and 35. RGB value is (6,97,53). Sum of RGB (Red+Green+Blue) = 6+97+53=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #066135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066135 is #F99ECA. Grayscale: #404040. Windows color (decimal): -16359115 or 3498246. OLE color: 3498246.
HSL color Cylindrical-coordinate representation of color #066135: hue angle of 150.99º 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 #066135 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 53 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.62 |
| HSL | 150.99º | 0.88% | 0.2% | - |
| HSV(B) | 150.99º | 0.94% | 0.38% | - |
| XYZ | 4.99 | 8.85 | 4.81 | - |
| YUV | 64.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 53 | 0.94 | 0 | 0.45 | 0.62 | 150.99 | 0.88 | 0.2 |
| Hex | 6 | 61 | 35 | 5E | 0 | 2D | 3E | 97 | 58 | 14 |
| Octal | 6 | 141 | 65 | 136 | 0 | 55 | 76 | 227 | 130 | 24 |
| Binary | 110 | 1100001 | 110101 | 1011110 | 0 | 101101 | 111110 | 10010111 | 1011000 | 10100 |
Color Harmonies of #066135
Complementary color
Monochromatic Colors of #066135
Black with #066135
Text Example
Text Example
White with #066135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066135; }
p { color: rgb(6,97,53); }
H1.HeaderClassName
{
color: #066135;
}
.AnyTagClassName
{
color: #066135;
}
</style>
background-color css
<style>
a { background-color: #066135; }
a { background-color: rgb(6,97,53); }
div.DivClassName
{
background-color: #066135;
}
.BgClassName
{
background-color: #066135;
}
</style>
border-color css
<style>
span { border-color: #066135; }
span { border-color: rgb(6,97,53); }
td.TdClassName
{
border-color: #066135;
}
.TagClassName
{
border-color: #066135;
}
</style>