Shades of Green #07751D
Tints of Green #07751D
RGB
CMYK
RGB Variations
Color information
#07751D (or 0x07751D) is known color: Green. HEX triplet: 07, 75 and 1D. RGB value is (7,117,29). Sum of RGB (Red+Green+Blue) = 7+117+29=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 117 (46.09% from 255 or 76.47% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 117 - color contains mainly: green. Hex color #07751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07751D is #F88AE2. Grayscale: #4A4A4A. Windows color (decimal): -16288483 or 1930503. OLE color: 1930503.
HSL color Cylindrical-coordinate representation of color #07751D: hue angle of 132º 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 #07751D is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 29 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.54 |
| HSL | 132º | 0.89% | 0.24% | - |
| HSV(B) | 132º | 0.94% | 0.46% | - |
| XYZ | 6.67 | 12.86 | 3.29 | - |
| YUV | 74.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 29 | 0.94 | 0 | 0.75 | 0.54 | 132 | 0.89 | 0.24 |
| Hex | 7 | 75 | 1D | 5E | 0 | 4B | 36 | 84 | 59 | 18 |
| Octal | 7 | 165 | 35 | 136 | 0 | 113 | 66 | 204 | 131 | 30 |
| Binary | 111 | 1110101 | 11101 | 1011110 | 0 | 1001011 | 110110 | 10000100 | 1011001 | 11000 |
Color Harmonies of #07751D
Complementary color
Monochromatic Colors of #07751D
Black with #07751D
Text Example
Text Example
White with #07751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07751D; }
p { color: rgb(7,117,29); }
H1.HeaderClassName
{
color: #07751D;
}
.AnyTagClassName
{
color: #07751D;
}
</style>
background-color css
<style>
a { background-color: #07751D; }
a { background-color: rgb(7,117,29); }
div.DivClassName
{
background-color: #07751D;
}
.BgClassName
{
background-color: #07751D;
}
</style>
border-color css
<style>
span { border-color: #07751D; }
span { border-color: rgb(7,117,29); }
td.TdClassName
{
border-color: #07751D;
}
.TagClassName
{
border-color: #07751D;
}
</style>