Shades of Green #00740A
Tints of Green #00740A
RGB
CMYK
RGB Variations
Color information
#00740A (or 0x00740A) is known color: Green. HEX triplet: 00, 74 and 0A. RGB value is (0,116,10). Sum of RGB (Red+Green+Blue) = 0+116+10=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 116 (45.70% from 255 or 92.06% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 116 - color contains mainly: green. Hex color #00740A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00740A is #FF8BF5. Grayscale: #454545. Windows color (decimal): -16747510 or 685056. OLE color: 685056.
HSL color Cylindrical-coordinate representation of color #00740A: hue angle of 125.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00740A is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 10 | - |
| CMYK | 1 | 0 | 0.91 | 0.55 |
| HSL | 125.17º | 1% | 0.23% | - |
| HSV(B) | 125.17º | 1% | 0.45% | - |
| XYZ | 6.3 | 12.51 | 2.37 | - |
| YUV | 69.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 10 | 1 | 0 | 0.91 | 0.55 | 125.17 | 1 | 0.23 |
| Hex | 0 | 74 | A | 64 | 0 | 5B | 37 | 7D | 64 | 17 |
| Octal | 0 | 164 | 12 | 144 | 0 | 133 | 67 | 175 | 144 | 27 |
| Binary | 0 | 1110100 | 1010 | 1100100 | 0 | 1011011 | 110111 | 1111101 | 1100100 | 10111 |
Color Harmonies of #00740A
Complementary color
Monochromatic Colors of #00740A
Black with #00740A
Text Example
Text Example
White with #00740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00740A; }
p { color: rgb(0,116,10); }
H1.HeaderClassName
{
color: #00740A;
}
.AnyTagClassName
{
color: #00740A;
}
</style>
background-color css
<style>
a { background-color: #00740A; }
a { background-color: rgb(0,116,10); }
div.DivClassName
{
background-color: #00740A;
}
.BgClassName
{
background-color: #00740A;
}
</style>
border-color css
<style>
span { border-color: #00740A; }
span { border-color: rgb(0,116,10); }
td.TdClassName
{
border-color: #00740A;
}
.TagClassName
{
border-color: #00740A;
}
</style>