Shades of Fun Green #077034
Tints of Fun Green #077034
RGB
CMYK
RGB Variations
Color information
#077034 (or 0x077034) is known color: Fun Green. HEX triplet: 07, 70 and 34. RGB value is (7,112,52). Sum of RGB (Red+Green+Blue) = 7+112+52=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #077034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077034 is #F88FCB. Grayscale: #494949. Windows color (decimal): -16289740 or 3436551. OLE color: 3436551.
HSL color Cylindrical-coordinate representation of color #077034: hue angle of 145.71º 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 #077034 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 52 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.56 |
| HSL | 145.71º | 0.88% | 0.23% | - |
| HSV(B) | 145.71º | 0.94% | 0.44% | - |
| XYZ | 6.5 | 11.88 | 5.2 | - |
| YUV | 73.77 | 115.71 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 52 | 0.94 | 0 | 0.54 | 0.56 | 145.71 | 0.88 | 0.23 |
| Hex | 7 | 70 | 34 | 5E | 0 | 36 | 38 | 92 | 58 | 17 |
| Octal | 7 | 160 | 64 | 136 | 0 | 66 | 70 | 222 | 130 | 27 |
| Binary | 111 | 1110000 | 110100 | 1011110 | 0 | 110110 | 111000 | 10010010 | 1011000 | 10111 |
Color Harmonies of #077034
Complementary color
Monochromatic Colors of #077034
Black with #077034
Text Example
Text Example
White with #077034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077034; }
p { color: rgb(7,112,52); }
H1.HeaderClassName
{
color: #077034;
}
.AnyTagClassName
{
color: #077034;
}
</style>
background-color css
<style>
a { background-color: #077034; }
a { background-color: rgb(7,112,52); }
div.DivClassName
{
background-color: #077034;
}
.BgClassName
{
background-color: #077034;
}
</style>
border-color css
<style>
span { border-color: #077034; }
span { border-color: rgb(7,112,52); }
td.TdClassName
{
border-color: #077034;
}
.TagClassName
{
border-color: #077034;
}
</style>