Shades of Green #077303
Tints of Green #077303
RGB
CMYK
RGB Variations
Color information
#077303 (or 0x077303) is known color: Green. HEX triplet: 07, 73 and 03. RGB value is (7,115,3). Sum of RGB (Red+Green+Blue) = 7+115+3=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 115 (45.31% from 255 or 92% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 115 - color contains mainly: green. Hex color #077303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077303 is #F88CFC. Grayscale: #464646. Windows color (decimal): -16289021 or 226055. OLE color: 226055.
HSL color Cylindrical-coordinate representation of color #077303: hue angle of 117.86º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077303 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 3 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.55 |
| HSL | 117.86º | 0.95% | 0.23% | - |
| HSV(B) | 117.86º | 0.97% | 0.45% | - |
| XYZ | 6.23 | 12.31 | 2.13 | - |
| YUV | 69.94 | 90.22 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 3 | 0.94 | 0 | 0.97 | 0.55 | 117.86 | 0.95 | 0.23 |
| Hex | 7 | 73 | 3 | 5E | 0 | 61 | 37 | 76 | 5F | 17 |
| Octal | 7 | 163 | 3 | 136 | 0 | 141 | 67 | 166 | 137 | 27 |
| Binary | 111 | 1110011 | 11 | 1011110 | 0 | 1100001 | 110111 | 1110110 | 1011111 | 10111 |
Color Harmonies of #077303
Complementary color
Monochromatic Colors of #077303
Black with #077303
Text Example
Text Example
White with #077303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077303; }
p { color: rgb(7,115,3); }
H1.HeaderClassName
{
color: #077303;
}
.AnyTagClassName
{
color: #077303;
}
</style>
background-color css
<style>
a { background-color: #077303; }
a { background-color: rgb(7,115,3); }
div.DivClassName
{
background-color: #077303;
}
.BgClassName
{
background-color: #077303;
}
</style>
border-color css
<style>
span { border-color: #077303; }
span { border-color: rgb(7,115,3); }
td.TdClassName
{
border-color: #077303;
}
.TagClassName
{
border-color: #077303;
}
</style>