Shades of Green #00761F
Tints of Green #00761F
RGB
CMYK
RGB Variations
Color information
#00761F (or 0x00761F) is known color: Green. HEX triplet: 00, 76 and 1F. RGB value is (0,118,31). Sum of RGB (Red+Green+Blue) = 0+118+31=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 118 (46.48% from 255 or 79.19% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 118 - color contains mainly: green. Hex color #00761F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00761F is #FF89E0. Grayscale: #494949. Windows color (decimal): -16746977 or 2061824. OLE color: 2061824.
HSL color Cylindrical-coordinate representation of color #00761F: hue angle of 135.76º 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 #00761F is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 31 | - |
| CMYK | 1 | 0 | 0.74 | 0.54 |
| HSL | 135.76º | 1% | 0.23% | - |
| HSV(B) | 135.76º | 1% | 0.46% | - |
| XYZ | 6.73 | 13.06 | 3.46 | - |
| YUV | 72.8 | 104.41 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 31 | 1 | 0 | 0.74 | 0.54 | 135.76 | 1 | 0.23 |
| Hex | 0 | 76 | 1F | 64 | 0 | 4A | 36 | 88 | 64 | 17 |
| Octal | 0 | 166 | 37 | 144 | 0 | 112 | 66 | 210 | 144 | 27 |
| Binary | 0 | 1110110 | 11111 | 1100100 | 0 | 1001010 | 110110 | 10001000 | 1100100 | 10111 |
Color Harmonies of #00761F
Complementary color
Monochromatic Colors of #00761F
Black with #00761F
Text Example
Text Example
White with #00761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00761F; }
p { color: rgb(0,118,31); }
H1.HeaderClassName
{
color: #00761F;
}
.AnyTagClassName
{
color: #00761F;
}
</style>
background-color css
<style>
a { background-color: #00761F; }
a { background-color: rgb(0,118,31); }
div.DivClassName
{
background-color: #00761F;
}
.BgClassName
{
background-color: #00761F;
}
</style>
border-color css
<style>
span { border-color: #00761F; }
span { border-color: rgb(0,118,31); }
td.TdClassName
{
border-color: #00761F;
}
.TagClassName
{
border-color: #00761F;
}
</style>