Shades of Fun Green #00762D
Tints of Fun Green #00762D
RGB
CMYK
RGB Variations
Color information
#00762D (or 0x00762D) is known color: Fun Green. HEX triplet: 00, 76 and 2D. RGB value is (0,118,45). Sum of RGB (Red+Green+Blue) = 0+118+45=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #00762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00762D is #FF89D2. Grayscale: #4A4A4A. Windows color (decimal): -16746963 or 2979328. OLE color: 2979328.
HSL color Cylindrical-coordinate representation of color #00762D: hue angle of 142.88º 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 #00762D is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 45 | - |
| CMYK | 1 | 0 | 0.62 | 0.54 |
| HSL | 142.88º | 1% | 0.23% | - |
| HSV(B) | 142.88º | 1% | 0.46% | - |
| XYZ | 6.95 | 13.15 | 4.65 | - |
| YUV | 74.4 | 111.41 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 45 | 1 | 0 | 0.62 | 0.54 | 142.88 | 1 | 0.23 |
| Hex | 0 | 76 | 2D | 64 | 0 | 3E | 36 | 8F | 64 | 17 |
| Octal | 0 | 166 | 55 | 144 | 0 | 76 | 66 | 217 | 144 | 27 |
| Binary | 0 | 1110110 | 101101 | 1100100 | 0 | 111110 | 110110 | 10001111 | 1100100 | 10111 |
Color Harmonies of #00762D
Complementary color
Monochromatic Colors of #00762D
Black with #00762D
Text Example
Text Example
White with #00762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00762D; }
p { color: rgb(0,118,45); }
H1.HeaderClassName
{
color: #00762D;
}
.AnyTagClassName
{
color: #00762D;
}
</style>
background-color css
<style>
a { background-color: #00762D; }
a { background-color: rgb(0,118,45); }
div.DivClassName
{
background-color: #00762D;
}
.BgClassName
{
background-color: #00762D;
}
</style>
border-color css
<style>
span { border-color: #00762D; }
span { border-color: rgb(0,118,45); }
td.TdClassName
{
border-color: #00762D;
}
.TagClassName
{
border-color: #00762D;
}
</style>