Shades of Green #07751A
Tints of Green #07751A
RGB
CMYK
RGB Variations
Color information
#07751A (or 0x07751A) is known color: Green. HEX triplet: 07, 75 and 1A. RGB value is (7,117,26). Sum of RGB (Red+Green+Blue) = 7+117+26=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #07751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07751A is #F88AE5. Grayscale: #494949. Windows color (decimal): -16288486 or 1733895. OLE color: 1733895.
HSL color Cylindrical-coordinate representation of color #07751A: hue angle of 130.36º 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 #07751A is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 117 | 26 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.54 |
| HSL | 130.36º | 0.89% | 0.24% | - |
| HSV(B) | 130.36º | 0.94% | 0.46% | - |
| XYZ | 6.64 | 12.84 | 3.11 | - |
| YUV | 73.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 26 | 0.94 | 0 | 0.78 | 0.54 | 130.36 | 0.89 | 0.24 |
| Hex | 7 | 75 | 1A | 5E | 0 | 4E | 36 | 82 | 59 | 18 |
| Octal | 7 | 165 | 32 | 136 | 0 | 116 | 66 | 202 | 131 | 30 |
| Binary | 111 | 1110101 | 11010 | 1011110 | 0 | 1001110 | 110110 | 10000010 | 1011001 | 11000 |
Color Harmonies of #07751A
Complementary color
Monochromatic Colors of #07751A
Black with #07751A
Text Example
Text Example
White with #07751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07751A; }
p { color: rgb(7,117,26); }
H1.HeaderClassName
{
color: #07751A;
}
.AnyTagClassName
{
color: #07751A;
}
</style>
background-color css
<style>
a { background-color: #07751A; }
a { background-color: rgb(7,117,26); }
div.DivClassName
{
background-color: #07751A;
}
.BgClassName
{
background-color: #07751A;
}
</style>
border-color css
<style>
span { border-color: #07751A; }
span { border-color: rgb(7,117,26); }
td.TdClassName
{
border-color: #07751A;
}
.TagClassName
{
border-color: #07751A;
}
</style>