Shades of Green #077A1B
Tints of Green #077A1B
RGB
CMYK
RGB Variations
Color information
#077A1B (or 0x077A1B) is known color: Green. HEX triplet: 07, 7A and 1B. RGB value is (7,122,27). Sum of RGB (Red+Green+Blue) = 7+122+27=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 122 (48.05% from 255 or 78.21% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 122 - color contains mainly: green. Hex color #077A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A1B is #F885E4. Grayscale: #4D4D4D. Windows color (decimal): -16287205 or 1800711. OLE color: 1800711.
HSL color Cylindrical-coordinate representation of color #077A1B: hue angle of 130.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A1B is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 27 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.52 |
| HSL | 130.43º | 0.89% | 0.25% | - |
| HSV(B) | 130.43º | 0.94% | 0.48% | - |
| XYZ | 7.24 | 14.04 | 3.37 | - |
| YUV | 76.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 27 | 0.94 | 0 | 0.78 | 0.52 | 130.43 | 0.89 | 0.25 |
| Hex | 7 | 7A | 1B | 5E | 0 | 4E | 34 | 82 | 59 | 19 |
| Octal | 7 | 172 | 33 | 136 | 0 | 116 | 64 | 202 | 131 | 31 |
| Binary | 111 | 1111010 | 11011 | 1011110 | 0 | 1001110 | 110100 | 10000010 | 1011001 | 11001 |
Color Harmonies of #077A1B
Complementary color
Monochromatic Colors of #077A1B
Black with #077A1B
Text Example
Text Example
White with #077A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A1B; }
p { color: rgb(7,122,27); }
H1.HeaderClassName
{
color: #077A1B;
}
.AnyTagClassName
{
color: #077A1B;
}
</style>
background-color css
<style>
a { background-color: #077A1B; }
a { background-color: rgb(7,122,27); }
div.DivClassName
{
background-color: #077A1B;
}
.BgClassName
{
background-color: #077A1B;
}
</style>
border-color css
<style>
span { border-color: #077A1B; }
span { border-color: rgb(7,122,27); }
td.TdClassName
{
border-color: #077A1B;
}
.TagClassName
{
border-color: #077A1B;
}
</style>