Shades of Fun Green #076833
Tints of Fun Green #076833
RGB
CMYK
RGB Variations
Color information
#076833 (or 0x076833) is known color: Fun Green. HEX triplet: 07, 68 and 33. RGB value is (7,104,51). Sum of RGB (Red+Green+Blue) = 7+104+51=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #076833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076833 is #F897CC. Grayscale: #454545. Windows color (decimal): -16291789 or 3368967. OLE color: 3368967.
HSL color Cylindrical-coordinate representation of color #076833: hue angle of 147.22º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076833 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 51 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.59 |
| HSL | 147.22º | 0.87% | 0.22% | - |
| HSV(B) | 147.22º | 0.93% | 0.41% | - |
| XYZ | 5.64 | 10.18 | 4.8 | - |
| YUV | 68.96 | 117.86 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 51 | 0.93 | 0 | 0.51 | 0.59 | 147.22 | 0.87 | 0.22 |
| Hex | 7 | 68 | 33 | 5D | 0 | 33 | 3B | 93 | 57 | 16 |
| Octal | 7 | 150 | 63 | 135 | 0 | 63 | 73 | 223 | 127 | 26 |
| Binary | 111 | 1101000 | 110011 | 1011101 | 0 | 110011 | 111011 | 10010011 | 1010111 | 10110 |
Color Harmonies of #076833
Complementary color
Monochromatic Colors of #076833
Black with #076833
Text Example
Text Example
White with #076833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076833; }
p { color: rgb(7,104,51); }
H1.HeaderClassName
{
color: #076833;
}
.AnyTagClassName
{
color: #076833;
}
</style>
background-color css
<style>
a { background-color: #076833; }
a { background-color: rgb(7,104,51); }
div.DivClassName
{
background-color: #076833;
}
.BgClassName
{
background-color: #076833;
}
</style>
border-color css
<style>
span { border-color: #076833; }
span { border-color: rgb(7,104,51); }
td.TdClassName
{
border-color: #076833;
}
.TagClassName
{
border-color: #076833;
}
</style>