Shades of Green #078504
Tints of Green #078504
RGB
CMYK
RGB Variations
Color information
#078504 (or 0x078504) is known color: Green. HEX triplet: 07, 85 and 04. RGB value is (7,133,4). Sum of RGB (Red+Green+Blue) = 7+133+4=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 133 (52.34% from 255 or 92.36% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 133 - color contains mainly: green. Hex color #078504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078504 is #F87AFB. Grayscale: #515151. Windows color (decimal): -16284412 or 296199. OLE color: 296199.
HSL color Cylindrical-coordinate representation of color #078504: hue angle of 118.6º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078504 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 4 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.48 |
| HSL | 118.6º | 0.94% | 0.27% | - |
| HSV(B) | 118.6º | 0.97% | 0.52% | - |
| XYZ | 8.5 | 16.83 | 2.92 | - |
| YUV | 80.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 4 | 0.95 | 0 | 0.97 | 0.48 | 118.6 | 0.94 | 0.27 |
| Hex | 7 | 85 | 4 | 5F | 0 | 61 | 30 | 77 | 5E | 1B |
| Octal | 7 | 205 | 4 | 137 | 0 | 141 | 60 | 167 | 136 | 33 |
| Binary | 111 | 10000101 | 100 | 1011111 | 0 | 1100001 | 110000 | 1110111 | 1011110 | 11011 |
Color Harmonies of #078504
Complementary color
Monochromatic Colors of #078504
Black with #078504
Text Example
Text Example
White with #078504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078504; }
p { color: rgb(7,133,4); }
H1.HeaderClassName
{
color: #078504;
}
.AnyTagClassName
{
color: #078504;
}
</style>
background-color css
<style>
a { background-color: #078504; }
a { background-color: rgb(7,133,4); }
div.DivClassName
{
background-color: #078504;
}
.BgClassName
{
background-color: #078504;
}
</style>
border-color css
<style>
span { border-color: #078504; }
span { border-color: rgb(7,133,4); }
td.TdClassName
{
border-color: #078504;
}
.TagClassName
{
border-color: #078504;
}
</style>