Shades of Fun Green #076234
Tints of Fun Green #076234
RGB
CMYK
RGB Variations
Color information
#076234 (or 0x076234) is known color: Fun Green. HEX triplet: 07, 62 and 34. RGB value is (7,98,52). Sum of RGB (Red+Green+Blue) = 7+98+52=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #076234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076234 is #F89DCB. Grayscale: #414141. Windows color (decimal): -16293324 or 3432967. OLE color: 3432967.
HSL color Cylindrical-coordinate representation of color #076234: hue angle of 149.67º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076234 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 52 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.62 |
| HSL | 149.67º | 0.87% | 0.21% | - |
| HSV(B) | 149.67º | 0.93% | 0.38% | - |
| XYZ | 5.08 | 9.03 | 4.72 | - |
| YUV | 65.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 52 | 0.93 | 0 | 0.47 | 0.62 | 149.67 | 0.87 | 0.21 |
| Hex | 7 | 62 | 34 | 5D | 0 | 2F | 3E | 96 | 57 | 15 |
| Octal | 7 | 142 | 64 | 135 | 0 | 57 | 76 | 226 | 127 | 25 |
| Binary | 111 | 1100010 | 110100 | 1011101 | 0 | 101111 | 111110 | 10010110 | 1010111 | 10101 |
Color Harmonies of #076234
Complementary color
Monochromatic Colors of #076234
Black with #076234
Text Example
Text Example
White with #076234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076234; }
p { color: rgb(7,98,52); }
H1.HeaderClassName
{
color: #076234;
}
.AnyTagClassName
{
color: #076234;
}
</style>
background-color css
<style>
a { background-color: #076234; }
a { background-color: rgb(7,98,52); }
div.DivClassName
{
background-color: #076234;
}
.BgClassName
{
background-color: #076234;
}
</style>
border-color css
<style>
span { border-color: #076234; }
span { border-color: rgb(7,98,52); }
td.TdClassName
{
border-color: #076234;
}
.TagClassName
{
border-color: #076234;
}
</style>