Shades of Fun Green #067035
Tints of Fun Green #067035
RGB
CMYK
RGB Variations
Color information
#067035 (or 0x067035) is known color: Fun Green. HEX triplet: 06, 70 and 35. RGB value is (6,112,53). Sum of RGB (Red+Green+Blue) = 6+112+53=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #067035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067035 is #F98FCA. Grayscale: #494949. Windows color (decimal): -16355275 or 3502086. OLE color: 3502086.
HSL color Cylindrical-coordinate representation of color #067035: hue angle of 146.6º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067035 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 53 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.56 |
| HSL | 146.6º | 0.9% | 0.23% | - |
| HSV(B) | 146.6º | 0.95% | 0.44% | - |
| XYZ | 6.51 | 11.88 | 5.32 | - |
| YUV | 73.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 53 | 0.95 | 0 | 0.53 | 0.56 | 146.6 | 0.9 | 0.23 |
| Hex | 6 | 70 | 35 | 5F | 0 | 35 | 38 | 93 | 5A | 17 |
| Octal | 6 | 160 | 65 | 137 | 0 | 65 | 70 | 223 | 132 | 27 |
| Binary | 110 | 1110000 | 110101 | 1011111 | 0 | 110101 | 111000 | 10010011 | 1011010 | 10111 |
Color Harmonies of #067035
Complementary color
Monochromatic Colors of #067035
Black with #067035
Text Example
Text Example
White with #067035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067035; }
p { color: rgb(6,112,53); }
H1.HeaderClassName
{
color: #067035;
}
.AnyTagClassName
{
color: #067035;
}
</style>
background-color css
<style>
a { background-color: #067035; }
a { background-color: rgb(6,112,53); }
div.DivClassName
{
background-color: #067035;
}
.BgClassName
{
background-color: #067035;
}
</style>
border-color css
<style>
span { border-color: #067035; }
span { border-color: rgb(6,112,53); }
td.TdClassName
{
border-color: #067035;
}
.TagClassName
{
border-color: #067035;
}
</style>