Shades of Fun Green #077035
Tints of Fun Green #077035
RGB
CMYK
RGB Variations
Color information
#077035 (or 0x077035) is known color: Fun Green. HEX triplet: 07, 70 and 35. RGB value is (7,112,53). Sum of RGB (Red+Green+Blue) = 7+112+53=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #077035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077035 is #F88FCA. Grayscale: #4A4A4A. Windows color (decimal): -16289739 or 3502087. OLE color: 3502087.
HSL color Cylindrical-coordinate representation of color #077035: hue angle of 146.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077035 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 53 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.56 |
| HSL | 146.29º | 0.88% | 0.23% | - |
| HSV(B) | 146.29º | 0.94% | 0.44% | - |
| XYZ | 6.52 | 11.89 | 5.32 | - |
| YUV | 73.88 | 116.21 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 53 | 0.94 | 0 | 0.53 | 0.56 | 146.29 | 0.88 | 0.23 |
| Hex | 7 | 70 | 35 | 5E | 0 | 35 | 38 | 92 | 58 | 17 |
| Octal | 7 | 160 | 65 | 136 | 0 | 65 | 70 | 222 | 130 | 27 |
| Binary | 111 | 1110000 | 110101 | 1011110 | 0 | 110101 | 111000 | 10010010 | 1011000 | 10111 |
Color Harmonies of #077035
Complementary color
Monochromatic Colors of #077035
Black with #077035
Text Example
Text Example
White with #077035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077035; }
p { color: rgb(7,112,53); }
H1.HeaderClassName
{
color: #077035;
}
.AnyTagClassName
{
color: #077035;
}
</style>
background-color css
<style>
a { background-color: #077035; }
a { background-color: rgb(7,112,53); }
div.DivClassName
{
background-color: #077035;
}
.BgClassName
{
background-color: #077035;
}
</style>
border-color css
<style>
span { border-color: #077035; }
span { border-color: rgb(7,112,53); }
td.TdClassName
{
border-color: #077035;
}
.TagClassName
{
border-color: #077035;
}
</style>