Shades of Fun Green #076F36
Tints of Fun Green #076F36
RGB
CMYK
RGB Variations
Color information
#076F36 (or 0x076F36) is known color: Fun Green. HEX triplet: 07, 6F and 36. RGB value is (7,111,54). Sum of RGB (Red+Green+Blue) = 7+111+54=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 111 (43.75% from 255 or 64.53% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 111 - color contains mainly: green. Hex color #076F36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F36 is #F890C9. Grayscale: #494949. Windows color (decimal): -16289994 or 3567367. OLE color: 3567367.
HSL color Cylindrical-coordinate representation of color #076F36: hue angle of 147.12º 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 #076F36 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 54 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.56 |
| HSL | 147.12º | 0.88% | 0.23% | - |
| HSV(B) | 147.12º | 0.94% | 0.44% | - |
| XYZ | 6.44 | 11.68 | 5.41 | - |
| YUV | 73.41 | 117.04 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 54 | 0.94 | 0 | 0.51 | 0.56 | 147.12 | 0.88 | 0.23 |
| Hex | 7 | 6F | 36 | 5E | 0 | 33 | 38 | 93 | 58 | 17 |
| Octal | 7 | 157 | 66 | 136 | 0 | 63 | 70 | 223 | 130 | 27 |
| Binary | 111 | 1101111 | 110110 | 1011110 | 0 | 110011 | 111000 | 10010011 | 1011000 | 10111 |
Color Harmonies of #076F36
Complementary color
Monochromatic Colors of #076F36
Black with #076F36
Text Example
Text Example
White with #076F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F36; }
p { color: rgb(7,111,54); }
H1.HeaderClassName
{
color: #076F36;
}
.AnyTagClassName
{
color: #076F36;
}
</style>
background-color css
<style>
a { background-color: #076F36; }
a { background-color: rgb(7,111,54); }
div.DivClassName
{
background-color: #076F36;
}
.BgClassName
{
background-color: #076F36;
}
</style>
border-color css
<style>
span { border-color: #076F36; }
span { border-color: rgb(7,111,54); }
td.TdClassName
{
border-color: #076F36;
}
.TagClassName
{
border-color: #076F36;
}
</style>