Shades of Green #007805
Tints of Green #007805
RGB
CMYK
RGB Variations
Color information
#007805 (or 0x007805) is known color: Green. HEX triplet: 00, 78 and 05. RGB value is (0,120,5). Sum of RGB (Red+Green+Blue) = 0+120+5=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 120 (47.27% from 255 or 96% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 120 - color contains mainly: green. Hex color #007805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007805 is #FF87FA. Grayscale: #474747. Windows color (decimal): -16746491 or 358400. OLE color: 358400.
HSL color Cylindrical-coordinate representation of color #007805: hue angle of 122.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007805 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 5 | - |
| CMYK | 1 | 0 | 0.96 | 0.53 |
| HSL | 122.5º | 1% | 0.24% | - |
| HSV(B) | 122.5º | 1% | 0.47% | - |
| XYZ | 6.74 | 13.44 | 2.38 | - |
| YUV | 71.01 | 90.74 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 5 | 1 | 0 | 0.96 | 0.53 | 122.5 | 1 | 0.24 |
| Hex | 0 | 78 | 5 | 64 | 0 | 60 | 35 | 7B | 64 | 18 |
| Octal | 0 | 170 | 5 | 144 | 0 | 140 | 65 | 173 | 144 | 30 |
| Binary | 0 | 1111000 | 101 | 1100100 | 0 | 1100000 | 110101 | 1111011 | 1100100 | 11000 |
Color Harmonies of #007805
Complementary color
Monochromatic Colors of #007805
Black with #007805
Text Example
Text Example
White with #007805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007805; }
p { color: rgb(0,120,5); }
H1.HeaderClassName
{
color: #007805;
}
.AnyTagClassName
{
color: #007805;
}
</style>
background-color css
<style>
a { background-color: #007805; }
a { background-color: rgb(0,120,5); }
div.DivClassName
{
background-color: #007805;
}
.BgClassName
{
background-color: #007805;
}
</style>
border-color css
<style>
span { border-color: #007805; }
span { border-color: rgb(0,120,5); }
td.TdClassName
{
border-color: #007805;
}
.TagClassName
{
border-color: #007805;
}
</style>