Shades of Green #077B0F
Tints of Green #077B0F
RGB
CMYK
RGB Variations
Color information
#077B0F (or 0x077B0F) is known color: Green. HEX triplet: 07, 7B and 0F. RGB value is (7,123,15). Sum of RGB (Red+Green+Blue) = 7+123+15=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 123 (48.44% from 255 or 84.83% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 123 - color contains mainly: green. Hex color #077B0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077B0F is #F884F0. Grayscale: #4C4C4C. Windows color (decimal): -16286961 or 1014535. OLE color: 1014535.
HSL color Cylindrical-coordinate representation of color #077B0F: hue angle of 124.14º 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 #077B0F is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 123 | 15 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.52 |
| HSL | 124.14º | 0.89% | 0.25% | - |
| HSV(B) | 124.14º | 0.94% | 0.48% | - |
| XYZ | 7.26 | 14.25 | 2.82 | - |
| YUV | 76 | 93.57 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 15 | 0.94 | 0 | 0.88 | 0.52 | 124.14 | 0.89 | 0.25 |
| Hex | 7 | 7B | F | 5E | 0 | 58 | 34 | 7C | 59 | 19 |
| Octal | 7 | 173 | 17 | 136 | 0 | 130 | 64 | 174 | 131 | 31 |
| Binary | 111 | 1111011 | 1111 | 1011110 | 0 | 1011000 | 110100 | 1111100 | 1011001 | 11001 |
Color Harmonies of #077B0F
Complementary color
Monochromatic Colors of #077B0F
Black with #077B0F
Text Example
Text Example
White with #077B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077B0F; }
p { color: rgb(7,123,15); }
H1.HeaderClassName
{
color: #077B0F;
}
.AnyTagClassName
{
color: #077B0F;
}
</style>
background-color css
<style>
a { background-color: #077B0F; }
a { background-color: rgb(7,123,15); }
div.DivClassName
{
background-color: #077B0F;
}
.BgClassName
{
background-color: #077B0F;
}
</style>
border-color css
<style>
span { border-color: #077B0F; }
span { border-color: rgb(7,123,15); }
td.TdClassName
{
border-color: #077B0F;
}
.TagClassName
{
border-color: #077B0F;
}
</style>