Shades of Fun Green #066334
Tints of Fun Green #066334
RGB
CMYK
RGB Variations
Color information
#066334 (or 0x066334) is known color: Fun Green. HEX triplet: 06, 63 and 34. RGB value is (6,99,52). Sum of RGB (Red+Green+Blue) = 6+99+52=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 99 (39.06% from 255 or 63.06% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 99 - color contains mainly: green. Hex color #066334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066334 is #F99CCB. Grayscale: #414141. Windows color (decimal): -16358604 or 3433222. OLE color: 3433222.
HSL color Cylindrical-coordinate representation of color #066334: hue angle of 149.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066334 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 99 | 52 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.61 |
| HSL | 149.68º | 0.89% | 0.21% | - |
| HSV(B) | 149.68º | 0.94% | 0.39% | - |
| XYZ | 5.16 | 9.21 | 4.75 | - |
| YUV | 65.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 52 | 0.94 | 0 | 0.47 | 0.61 | 149.68 | 0.89 | 0.21 |
| Hex | 6 | 63 | 34 | 5E | 0 | 2F | 3D | 96 | 59 | 15 |
| Octal | 6 | 143 | 64 | 136 | 0 | 57 | 75 | 226 | 131 | 25 |
| Binary | 110 | 1100011 | 110100 | 1011110 | 0 | 101111 | 111101 | 10010110 | 1011001 | 10101 |
Color Harmonies of #066334
Complementary color
Monochromatic Colors of #066334
Black with #066334
Text Example
Text Example
White with #066334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066334; }
p { color: rgb(6,99,52); }
H1.HeaderClassName
{
color: #066334;
}
.AnyTagClassName
{
color: #066334;
}
</style>
background-color css
<style>
a { background-color: #066334; }
a { background-color: rgb(6,99,52); }
div.DivClassName
{
background-color: #066334;
}
.BgClassName
{
background-color: #066334;
}
</style>
border-color css
<style>
span { border-color: #066334; }
span { border-color: rgb(6,99,52); }
td.TdClassName
{
border-color: #066334;
}
.TagClassName
{
border-color: #066334;
}
</style>