Shades of Green #077F1D
Tints of Green #077F1D
RGB
CMYK
RGB Variations
Color information
#077F1D (or 0x077F1D) is known color: Green. HEX triplet: 07, 7F and 1D. RGB value is (7,127,29). Sum of RGB (Red+Green+Blue) = 7+127+29=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 127 (50% from 255 or 77.91% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 127 - color contains mainly: green. Hex color #077F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077F1D is #F880E2. Grayscale: #505050. Windows color (decimal): -16285923 or 1933063. OLE color: 1933063.
HSL color Cylindrical-coordinate representation of color #077F1D: hue angle of 131º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F1D is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 127 | 29 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.50 |
| HSL | 131º | 0.9% | 0.26% | - |
| HSV(B) | 131º | 0.94% | 0.5% | - |
| XYZ | 7.9 | 15.31 | 3.7 | - |
| YUV | 79.95 | 99.24 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 29 | 0.94 | 0 | 0.77 | 0.50 | 131 | 0.9 | 0.26 |
| Hex | 7 | 7F | 1D | 5E | 0 | 4D | 32 | 83 | 5A | 1A |
| Octal | 7 | 177 | 35 | 136 | 0 | 115 | 62 | 203 | 132 | 32 |
| Binary | 111 | 1111111 | 11101 | 1011110 | 0 | 1001101 | 110010 | 10000011 | 1011010 | 11010 |
Color Harmonies of #077F1D
Complementary color
Monochromatic Colors of #077F1D
Black with #077F1D
Text Example
Text Example
White with #077F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F1D; }
p { color: rgb(7,127,29); }
H1.HeaderClassName
{
color: #077F1D;
}
.AnyTagClassName
{
color: #077F1D;
}
</style>
background-color css
<style>
a { background-color: #077F1D; }
a { background-color: rgb(7,127,29); }
div.DivClassName
{
background-color: #077F1D;
}
.BgClassName
{
background-color: #077F1D;
}
</style>
border-color css
<style>
span { border-color: #077F1D; }
span { border-color: rgb(7,127,29); }
td.TdClassName
{
border-color: #077F1D;
}
.TagClassName
{
border-color: #077F1D;
}
</style>