Shades of Green #07730B
Tints of Green #07730B
RGB
CMYK
RGB Variations
Color information
#07730B (or 0x07730B) is known color: Green. HEX triplet: 07, 73 and 0B. RGB value is (7,115,11). Sum of RGB (Red+Green+Blue) = 7+115+11=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 115 (45.31% from 255 or 86.47% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 115 - color contains mainly: green. Hex color #07730B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07730B is #F88CF4. Grayscale: #474747. Windows color (decimal): -16289013 or 750343. OLE color: 750343.
HSL color Cylindrical-coordinate representation of color #07730B: hue angle of 122.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 #07730B is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 11 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.55 |
| HSL | 122.22º | 0.89% | 0.24% | - |
| HSV(B) | 122.22º | 0.94% | 0.45% | - |
| XYZ | 6.28 | 12.33 | 2.37 | - |
| YUV | 70.85 | 94.22 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 11 | 0.94 | 0 | 0.90 | 0.55 | 122.22 | 0.89 | 0.24 |
| Hex | 7 | 73 | B | 5E | 0 | 5A | 37 | 7A | 59 | 18 |
| Octal | 7 | 163 | 13 | 136 | 0 | 132 | 67 | 172 | 131 | 30 |
| Binary | 111 | 1110011 | 1011 | 1011110 | 0 | 1011010 | 110111 | 1111010 | 1011001 | 11000 |
Color Harmonies of #07730B
Complementary color
Monochromatic Colors of #07730B
Black with #07730B
Text Example
Text Example
White with #07730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07730B; }
p { color: rgb(7,115,11); }
H1.HeaderClassName
{
color: #07730B;
}
.AnyTagClassName
{
color: #07730B;
}
</style>
background-color css
<style>
a { background-color: #07730B; }
a { background-color: rgb(7,115,11); }
div.DivClassName
{
background-color: #07730B;
}
.BgClassName
{
background-color: #07730B;
}
</style>
border-color css
<style>
span { border-color: #07730B; }
span { border-color: rgb(7,115,11); }
td.TdClassName
{
border-color: #07730B;
}
.TagClassName
{
border-color: #07730B;
}
</style>