Shades of Fun Green #076133
Tints of Fun Green #076133
RGB
CMYK
RGB Variations
Color information
#076133 (or 0x076133) is known color: Fun Green. HEX triplet: 07, 61 and 33. RGB value is (7,97,51). Sum of RGB (Red+Green+Blue) = 7+97+51=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #076133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076133 is #F89ECC. Grayscale: #404040. Windows color (decimal): -16293581 or 3367175. OLE color: 3367175.
HSL color Cylindrical-coordinate representation of color #076133: hue angle of 149.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076133 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 97 | 51 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.62 |
| HSL | 149.33º | 0.87% | 0.2% | - |
| HSV(B) | 149.33º | 0.93% | 0.38% | - |
| XYZ | 4.96 | 8.83 | 4.58 | - |
| YUV | 64.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 51 | 0.93 | 0 | 0.47 | 0.62 | 149.33 | 0.87 | 0.2 |
| Hex | 7 | 61 | 33 | 5D | 0 | 2F | 3E | 95 | 57 | 14 |
| Octal | 7 | 141 | 63 | 135 | 0 | 57 | 76 | 225 | 127 | 24 |
| Binary | 111 | 1100001 | 110011 | 1011101 | 0 | 101111 | 111110 | 10010101 | 1010111 | 10100 |
Color Harmonies of #076133
Complementary color
Monochromatic Colors of #076133
Black with #076133
Text Example
Text Example
White with #076133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076133; }
p { color: rgb(7,97,51); }
H1.HeaderClassName
{
color: #076133;
}
.AnyTagClassName
{
color: #076133;
}
</style>
background-color css
<style>
a { background-color: #076133; }
a { background-color: rgb(7,97,51); }
div.DivClassName
{
background-color: #076133;
}
.BgClassName
{
background-color: #076133;
}
</style>
border-color css
<style>
span { border-color: #076133; }
span { border-color: rgb(7,97,51); }
td.TdClassName
{
border-color: #076133;
}
.TagClassName
{
border-color: #076133;
}
</style>