Shades of Green #07730D
Tints of Green #07730D
RGB
CMYK
RGB Variations
Color information
#07730D (or 0x07730D) is known color: Green. HEX triplet: 07, 73 and 0D. RGB value is (7,115,13). Sum of RGB (Red+Green+Blue) = 7+115+13=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 115 (45.31% from 255 or 85.19% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 115 - color contains mainly: green. Hex color #07730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07730D is #F88CF2. Grayscale: #474747. Windows color (decimal): -16289011 or 881415. OLE color: 881415.
HSL color Cylindrical-coordinate representation of color #07730D: hue angle of 123.33º 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 #07730D is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 13 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.55 |
| HSL | 123.33º | 0.89% | 0.24% | - |
| HSV(B) | 123.33º | 0.94% | 0.45% | - |
| XYZ | 6.29 | 12.34 | 2.43 | - |
| YUV | 71.08 | 95.22 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 13 | 0.94 | 0 | 0.89 | 0.55 | 123.33 | 0.89 | 0.24 |
| Hex | 7 | 73 | D | 5E | 0 | 59 | 37 | 7B | 59 | 18 |
| Octal | 7 | 163 | 15 | 136 | 0 | 131 | 67 | 173 | 131 | 30 |
| Binary | 111 | 1110011 | 1101 | 1011110 | 0 | 1011001 | 110111 | 1111011 | 1011001 | 11000 |
Color Harmonies of #07730D
Complementary color
Monochromatic Colors of #07730D
Black with #07730D
Text Example
Text Example
White with #07730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07730D; }
p { color: rgb(7,115,13); }
H1.HeaderClassName
{
color: #07730D;
}
.AnyTagClassName
{
color: #07730D;
}
</style>
background-color css
<style>
a { background-color: #07730D; }
a { background-color: rgb(7,115,13); }
div.DivClassName
{
background-color: #07730D;
}
.BgClassName
{
background-color: #07730D;
}
</style>
border-color css
<style>
span { border-color: #07730D; }
span { border-color: rgb(7,115,13); }
td.TdClassName
{
border-color: #07730D;
}
.TagClassName
{
border-color: #07730D;
}
</style>