Shades of Fun Green #076A36
Tints of Fun Green #076A36
RGB
CMYK
RGB Variations
Color information
#076A36 (or 0x076A36) is known color: Fun Green. HEX triplet: 07, 6A and 36. RGB value is (7,106,54). Sum of RGB (Red+Green+Blue) = 7+106+54=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 106 (41.80% from 255 or 63.47% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 106 - color contains mainly: green. Hex color #076A36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A36 is #F895C9. Grayscale: #464646. Windows color (decimal): -16291274 or 3566087. OLE color: 3566087.
HSL color Cylindrical-coordinate representation of color #076A36: hue angle of 148.48º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A36 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 106 | 54 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.58 |
| HSL | 148.48º | 0.88% | 0.22% | - |
| HSV(B) | 148.48º | 0.93% | 0.42% | - |
| XYZ | 5.91 | 10.62 | 5.23 | - |
| YUV | 70.47 | 118.7 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 54 | 0.93 | 0 | 0.49 | 0.58 | 148.48 | 0.88 | 0.22 |
| Hex | 7 | 6A | 36 | 5D | 0 | 31 | 3A | 94 | 58 | 16 |
| Octal | 7 | 152 | 66 | 135 | 0 | 61 | 72 | 224 | 130 | 26 |
| Binary | 111 | 1101010 | 110110 | 1011101 | 0 | 110001 | 111010 | 10010100 | 1011000 | 10110 |
Color Harmonies of #076A36
Complementary color
Monochromatic Colors of #076A36
Black with #076A36
Text Example
Text Example
White with #076A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A36; }
p { color: rgb(7,106,54); }
H1.HeaderClassName
{
color: #076A36;
}
.AnyTagClassName
{
color: #076A36;
}
</style>
background-color css
<style>
a { background-color: #076A36; }
a { background-color: rgb(7,106,54); }
div.DivClassName
{
background-color: #076A36;
}
.BgClassName
{
background-color: #076A36;
}
</style>
border-color css
<style>
span { border-color: #076A36; }
span { border-color: rgb(7,106,54); }
td.TdClassName
{
border-color: #076A36;
}
.TagClassName
{
border-color: #076A36;
}
</style>