Shades of Fun Green #00772E
Tints of Fun Green #00772E
RGB
CMYK
RGB Variations
Color information
#00772E (or 0x00772E) is known color: Fun Green. HEX triplet: 00, 77 and 2E. RGB value is (0,119,46). Sum of RGB (Red+Green+Blue) = 0+119+46=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #00772E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00772E is #FF88D1. Grayscale: #4B4B4B. Windows color (decimal): -16746706 or 3045120. OLE color: 3045120.
HSL color Cylindrical-coordinate representation of color #00772E: hue angle of 143.19º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00772E is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 46 | - |
| CMYK | 1 | 0 | 0.61 | 0.53 |
| HSL | 143.19º | 1% | 0.23% | - |
| HSV(B) | 143.19º | 1% | 0.47% | - |
| XYZ | 7.09 | 13.39 | 4.8 | - |
| YUV | 75.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 46 | 1 | 0 | 0.61 | 0.53 | 143.19 | 1 | 0.23 |
| Hex | 0 | 77 | 2E | 64 | 0 | 3D | 35 | 8F | 64 | 17 |
| Octal | 0 | 167 | 56 | 144 | 0 | 75 | 65 | 217 | 144 | 27 |
| Binary | 0 | 1110111 | 101110 | 1100100 | 0 | 111101 | 110101 | 10001111 | 1100100 | 10111 |
Color Harmonies of #00772E
Complementary color
Monochromatic Colors of #00772E
Black with #00772E
Text Example
Text Example
White with #00772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00772E; }
p { color: rgb(0,119,46); }
H1.HeaderClassName
{
color: #00772E;
}
.AnyTagClassName
{
color: #00772E;
}
</style>
background-color css
<style>
a { background-color: #00772E; }
a { background-color: rgb(0,119,46); }
div.DivClassName
{
background-color: #00772E;
}
.BgClassName
{
background-color: #00772E;
}
</style>
border-color css
<style>
span { border-color: #00772E; }
span { border-color: rgb(0,119,46); }
td.TdClassName
{
border-color: #00772E;
}
.TagClassName
{
border-color: #00772E;
}
</style>