Shades of Green #077300
Tints of Green #077300
RGB
CMYK
RGB Variations
Color information
#077300 (or 0x077300) is known color: Green. HEX triplet: 07, 73 and 00. RGB value is (7,115,0). Sum of RGB (Red+Green+Blue) = 7+115+0=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 115 (45.31% from 255 or 94.26% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 115 - color contains mainly: green. Hex color #077300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077300 is #F88CFF. Grayscale: #454545. Windows color (decimal): -16289024 or 29447. OLE color: 29447.
HSL color Cylindrical-coordinate representation of color #077300: hue angle of 116.35º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #077300 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.55 |
| HSL | 116.35º | 1% | 0.23% | - |
| HSV(B) | 116.35º | 1% | 0.45% | - |
| XYZ | 6.22 | 12.31 | 2.05 | - |
| YUV | 69.6 | 88.72 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 0 | 0.94 | 0 | 1 | 0.55 | 116.35 | 1 | 0.23 |
| Hex | 7 | 73 | 0 | 5E | 0 | 64 | 37 | 74 | 64 | 17 |
| Octal | 7 | 163 | 0 | 136 | 0 | 144 | 67 | 164 | 144 | 27 |
| Binary | 111 | 1110011 | 0 | 1011110 | 0 | 1100100 | 110111 | 1110100 | 1100100 | 10111 |
Color Harmonies of #077300
Complementary color
Monochromatic Colors of #077300
Black with #077300
Text Example
Text Example
White with #077300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077300; }
p { color: rgb(7,115,0); }
H1.HeaderClassName
{
color: #077300;
}
.AnyTagClassName
{
color: #077300;
}
</style>
background-color css
<style>
a { background-color: #077300; }
a { background-color: rgb(7,115,0); }
div.DivClassName
{
background-color: #077300;
}
.BgClassName
{
background-color: #077300;
}
</style>
border-color css
<style>
span { border-color: #077300; }
span { border-color: rgb(7,115,0); }
td.TdClassName
{
border-color: #077300;
}
.TagClassName
{
border-color: #077300;
}
</style>