Shades of Green #077306
Tints of Green #077306
RGB
CMYK
RGB Variations
Color information
#077306 (or 0x077306) is known color: Green. HEX triplet: 07, 73 and 06. RGB value is (7,115,6). Sum of RGB (Red+Green+Blue) = 7+115+6=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 115 (45.31% from 255 or 89.84% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 115 - color contains mainly: green. Hex color #077306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077306 is #F88CF9. Grayscale: #464646. Windows color (decimal): -16289018 or 422663. OLE color: 422663.
HSL color Cylindrical-coordinate representation of color #077306: hue angle of 119.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077306 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 6 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.55 |
| HSL | 119.45º | 0.9% | 0.24% | - |
| HSV(B) | 119.45º | 0.95% | 0.45% | - |
| XYZ | 6.25 | 12.32 | 2.22 | - |
| YUV | 70.28 | 91.72 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 6 | 0.94 | 0 | 0.95 | 0.55 | 119.45 | 0.9 | 0.24 |
| Hex | 7 | 73 | 6 | 5E | 0 | 5F | 37 | 77 | 5A | 18 |
| Octal | 7 | 163 | 6 | 136 | 0 | 137 | 67 | 167 | 132 | 30 |
| Binary | 111 | 1110011 | 110 | 1011110 | 0 | 1011111 | 110111 | 1110111 | 1011010 | 11000 |
Color Harmonies of #077306
Complementary color
Monochromatic Colors of #077306
Black with #077306
Text Example
Text Example
White with #077306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077306; }
p { color: rgb(7,115,6); }
H1.HeaderClassName
{
color: #077306;
}
.AnyTagClassName
{
color: #077306;
}
</style>
background-color css
<style>
a { background-color: #077306; }
a { background-color: rgb(7,115,6); }
div.DivClassName
{
background-color: #077306;
}
.BgClassName
{
background-color: #077306;
}
</style>
border-color css
<style>
span { border-color: #077306; }
span { border-color: rgb(7,115,6); }
td.TdClassName
{
border-color: #077306;
}
.TagClassName
{
border-color: #077306;
}
</style>