Shades of Fun Green #076838
Tints of Fun Green #076838
RGB
CMYK
RGB Variations
Color information
#076838 (or 0x076838) is known color: Fun Green. HEX triplet: 07, 68 and 38. RGB value is (7,104,56). Sum of RGB (Red+Green+Blue) = 7+104+56=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #076838 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076838 is #F897C7. Grayscale: #454545. Windows color (decimal): -16291784 or 3696647. OLE color: 3696647.
HSL color Cylindrical-coordinate representation of color #076838: hue angle of 150.31º 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 #076838 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 56 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.59 |
| HSL | 150.31º | 0.87% | 0.22% | - |
| HSV(B) | 150.31º | 0.93% | 0.41% | - |
| XYZ | 5.75 | 10.23 | 5.41 | - |
| YUV | 69.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 56 | 0.93 | 0 | 0.46 | 0.59 | 150.31 | 0.87 | 0.22 |
| Hex | 7 | 68 | 38 | 5D | 0 | 2E | 3B | 96 | 57 | 16 |
| Octal | 7 | 150 | 70 | 135 | 0 | 56 | 73 | 226 | 127 | 26 |
| Binary | 111 | 1101000 | 111000 | 1011101 | 0 | 101110 | 111011 | 10010110 | 1010111 | 10110 |
Color Harmonies of #076838
Complementary color
Monochromatic Colors of #076838
Black with #076838
Text Example
Text Example
White with #076838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076838; }
p { color: rgb(7,104,56); }
H1.HeaderClassName
{
color: #076838;
}
.AnyTagClassName
{
color: #076838;
}
</style>
background-color css
<style>
a { background-color: #076838; }
a { background-color: rgb(7,104,56); }
div.DivClassName
{
background-color: #076838;
}
.BgClassName
{
background-color: #076838;
}
</style>
border-color css
<style>
span { border-color: #076838; }
span { border-color: rgb(7,104,56); }
td.TdClassName
{
border-color: #076838;
}
.TagClassName
{
border-color: #076838;
}
</style>