Shades of Fun Green #00762C
Tints of Fun Green #00762C
RGB
CMYK
RGB Variations
Color information
#00762C (or 0x00762C) is known color: Fun Green. HEX triplet: 00, 76 and 2C. RGB value is (0,118,44). Sum of RGB (Red+Green+Blue) = 0+118+44=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #00762C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00762C is #FF89D3. Grayscale: #4A4A4A. Windows color (decimal): -16746964 or 2913792. OLE color: 2913792.
HSL color Cylindrical-coordinate representation of color #00762C: hue angle of 142.37º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00762C is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 44 | - |
| CMYK | 1 | 0 | 0.63 | 0.54 |
| HSL | 142.37º | 1% | 0.23% | - |
| HSV(B) | 142.37º | 1% | 0.46% | - |
| XYZ | 6.93 | 13.14 | 4.55 | - |
| YUV | 74.28 | 110.91 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 44 | 1 | 0 | 0.63 | 0.54 | 142.37 | 1 | 0.23 |
| Hex | 0 | 76 | 2C | 64 | 0 | 3F | 36 | 8E | 64 | 17 |
| Octal | 0 | 166 | 54 | 144 | 0 | 77 | 66 | 216 | 144 | 27 |
| Binary | 0 | 1110110 | 101100 | 1100100 | 0 | 111111 | 110110 | 10001110 | 1100100 | 10111 |
Color Harmonies of #00762C
Complementary color
Monochromatic Colors of #00762C
Black with #00762C
Text Example
Text Example
White with #00762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00762C; }
p { color: rgb(0,118,44); }
H1.HeaderClassName
{
color: #00762C;
}
.AnyTagClassName
{
color: #00762C;
}
</style>
background-color css
<style>
a { background-color: #00762C; }
a { background-color: rgb(0,118,44); }
div.DivClassName
{
background-color: #00762C;
}
.BgClassName
{
background-color: #00762C;
}
</style>
border-color css
<style>
span { border-color: #00762C; }
span { border-color: rgb(0,118,44); }
td.TdClassName
{
border-color: #00762C;
}
.TagClassName
{
border-color: #00762C;
}
</style>