Shades of Green #00761C
Tints of Green #00761C
RGB
CMYK
RGB Variations
Color information
#00761C (or 0x00761C) is known color: Green. HEX triplet: 00, 76 and 1C. RGB value is (0,118,28). Sum of RGB (Red+Green+Blue) = 0+118+28=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 118 (46.48% from 255 or 80.82% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 118 - color contains mainly: green. Hex color #00761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00761C is #FF89E3. Grayscale: #484848. Windows color (decimal): -16746980 or 1865216. OLE color: 1865216.
HSL color Cylindrical-coordinate representation of color #00761C: hue angle of 134.24º 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 #00761C is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 28 | - |
| CMYK | 1 | 0 | 0.76 | 0.54 |
| HSL | 134.24º | 1% | 0.23% | - |
| HSV(B) | 134.24º | 1% | 0.46% | - |
| XYZ | 6.69 | 13.04 | 3.26 | - |
| YUV | 72.46 | 102.91 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 28 | 1 | 0 | 0.76 | 0.54 | 134.24 | 1 | 0.23 |
| Hex | 0 | 76 | 1C | 64 | 0 | 4C | 36 | 86 | 64 | 17 |
| Octal | 0 | 166 | 34 | 144 | 0 | 114 | 66 | 206 | 144 | 27 |
| Binary | 0 | 1110110 | 11100 | 1100100 | 0 | 1001100 | 110110 | 10000110 | 1100100 | 10111 |
Color Harmonies of #00761C
Complementary color
Monochromatic Colors of #00761C
Black with #00761C
Text Example
Text Example
White with #00761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00761C; }
p { color: rgb(0,118,28); }
H1.HeaderClassName
{
color: #00761C;
}
.AnyTagClassName
{
color: #00761C;
}
</style>
background-color css
<style>
a { background-color: #00761C; }
a { background-color: rgb(0,118,28); }
div.DivClassName
{
background-color: #00761C;
}
.BgClassName
{
background-color: #00761C;
}
</style>
border-color css
<style>
span { border-color: #00761C; }
span { border-color: rgb(0,118,28); }
td.TdClassName
{
border-color: #00761C;
}
.TagClassName
{
border-color: #00761C;
}
</style>