Shades of Fun Green #076B31
Tints of Fun Green #076B31
RGB
CMYK
RGB Variations
Color information
#076B31 (or 0x076B31) is known color: Fun Green. HEX triplet: 07, 6B and 31. RGB value is (7,107,49). Sum of RGB (Red+Green+Blue) = 7+107+49=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #076B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B31 is #F894CE. Grayscale: #464646. Windows color (decimal): -16291023 or 3238663. OLE color: 3238663.
HSL color Cylindrical-coordinate representation of color #076B31: hue angle of 145.2º 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 #076B31 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 49 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.58 |
| HSL | 145.2º | 0.88% | 0.22% | - |
| HSV(B) | 145.2º | 0.93% | 0.42% | - |
| XYZ | 5.9 | 10.78 | 4.68 | - |
| YUV | 70.49 | 115.87 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 49 | 0.93 | 0 | 0.54 | 0.58 | 145.2 | 0.88 | 0.22 |
| Hex | 7 | 6B | 31 | 5D | 0 | 36 | 3A | 91 | 58 | 16 |
| Octal | 7 | 153 | 61 | 135 | 0 | 66 | 72 | 221 | 130 | 26 |
| Binary | 111 | 1101011 | 110001 | 1011101 | 0 | 110110 | 111010 | 10010001 | 1011000 | 10110 |
Color Harmonies of #076B31
Complementary color
Monochromatic Colors of #076B31
Black with #076B31
Text Example
Text Example
White with #076B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B31; }
p { color: rgb(7,107,49); }
H1.HeaderClassName
{
color: #076B31;
}
.AnyTagClassName
{
color: #076B31;
}
</style>
background-color css
<style>
a { background-color: #076B31; }
a { background-color: rgb(7,107,49); }
div.DivClassName
{
background-color: #076B31;
}
.BgClassName
{
background-color: #076B31;
}
</style>
border-color css
<style>
span { border-color: #076B31; }
span { border-color: rgb(7,107,49); }
td.TdClassName
{
border-color: #076B31;
}
.TagClassName
{
border-color: #076B31;
}
</style>