Shades of Green #07731D
Tints of Green #07731D
RGB
CMYK
RGB Variations
Color information
#07731D (or 0x07731D) is known color: Green. HEX triplet: 07, 73 and 1D. RGB value is (7,115,29). Sum of RGB (Red+Green+Blue) = 7+115+29=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #07731D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07731D is #F88CE2. Grayscale: #494949. Windows color (decimal): -16288995 or 1929991. OLE color: 1929991.
HSL color Cylindrical-coordinate representation of color #07731D: hue angle of 132.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07731D is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 29 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.55 |
| HSL | 132.22º | 0.89% | 0.24% | - |
| HSV(B) | 132.22º | 0.94% | 0.45% | - |
| XYZ | 6.44 | 12.4 | 3.22 | - |
| YUV | 72.9 | 103.22 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 29 | 0.94 | 0 | 0.75 | 0.55 | 132.22 | 0.89 | 0.24 |
| Hex | 7 | 73 | 1D | 5E | 0 | 4B | 37 | 84 | 59 | 18 |
| Octal | 7 | 163 | 35 | 136 | 0 | 113 | 67 | 204 | 131 | 30 |
| Binary | 111 | 1110011 | 11101 | 1011110 | 0 | 1001011 | 110111 | 10000100 | 1011001 | 11000 |
Color Harmonies of #07731D
Complementary color
Monochromatic Colors of #07731D
Black with #07731D
Text Example
Text Example
White with #07731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07731D; }
p { color: rgb(7,115,29); }
H1.HeaderClassName
{
color: #07731D;
}
.AnyTagClassName
{
color: #07731D;
}
</style>
background-color css
<style>
a { background-color: #07731D; }
a { background-color: rgb(7,115,29); }
div.DivClassName
{
background-color: #07731D;
}
.BgClassName
{
background-color: #07731D;
}
</style>
border-color css
<style>
span { border-color: #07731D; }
span { border-color: rgb(7,115,29); }
td.TdClassName
{
border-color: #07731D;
}
.TagClassName
{
border-color: #07731D;
}
</style>