Shades of Green #07750D
Tints of Green #07750D
RGB
CMYK
RGB Variations
Color information
#07750D (or 0x07750D) is known color: Green. HEX triplet: 07, 75 and 0D. RGB value is (7,117,13). Sum of RGB (Red+Green+Blue) = 7+117+13=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 117 (46.09% from 255 or 85.40% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 117 - color contains mainly: green. Hex color #07750D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07750D is #F88AF2. Grayscale: #484848. Windows color (decimal): -16288499 or 881927. OLE color: 881927.
HSL color Cylindrical-coordinate representation of color #07750D: hue angle of 123.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07750D is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 13 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.54 |
| HSL | 123.27º | 0.89% | 0.24% | - |
| HSV(B) | 123.27º | 0.94% | 0.46% | - |
| XYZ | 6.52 | 12.8 | 2.51 | - |
| YUV | 72.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 13 | 0.94 | 0 | 0.89 | 0.54 | 123.27 | 0.89 | 0.24 |
| Hex | 7 | 75 | D | 5E | 0 | 59 | 36 | 7B | 59 | 18 |
| Octal | 7 | 165 | 15 | 136 | 0 | 131 | 66 | 173 | 131 | 30 |
| Binary | 111 | 1110101 | 1101 | 1011110 | 0 | 1011001 | 110110 | 1111011 | 1011001 | 11000 |
Color Harmonies of #07750D
Complementary color
Monochromatic Colors of #07750D
Black with #07750D
Text Example
Text Example
White with #07750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07750D; }
p { color: rgb(7,117,13); }
H1.HeaderClassName
{
color: #07750D;
}
.AnyTagClassName
{
color: #07750D;
}
</style>
background-color css
<style>
a { background-color: #07750D; }
a { background-color: rgb(7,117,13); }
div.DivClassName
{
background-color: #07750D;
}
.BgClassName
{
background-color: #07750D;
}
</style>
border-color css
<style>
span { border-color: #07750D; }
span { border-color: rgb(7,117,13); }
td.TdClassName
{
border-color: #07750D;
}
.TagClassName
{
border-color: #07750D;
}
</style>