Shades of Green #078008
Tints of Green #078008
RGB
CMYK
RGB Variations
Color information
#078008 (or 0x078008) is known color: Green. HEX triplet: 07, 80 and 08. RGB value is (7,128,8). Sum of RGB (Red+Green+Blue) = 7+128+8=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 128 (50.39% from 255 or 89.51% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 128 - color contains mainly: green. Hex color #078008 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078008 is #F87FF7. Grayscale: #4E4E4E. Windows color (decimal): -16285688 or 557063. OLE color: 557063.
HSL color Cylindrical-coordinate representation of color #078008: hue angle of 120.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078008 is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 8 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.50 |
| HSL | 120.5º | 0.9% | 0.26% | - |
| HSV(B) | 120.5º | 0.95% | 0.5% | - |
| XYZ | 7.85 | 15.5 | 2.81 | - |
| YUV | 78.14 | 88.41 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 8 | 0.95 | 0 | 0.94 | 0.50 | 120.5 | 0.9 | 0.26 |
| Hex | 7 | 80 | 8 | 5F | 0 | 5E | 32 | 78 | 5A | 1A |
| Octal | 7 | 200 | 10 | 137 | 0 | 136 | 62 | 170 | 132 | 32 |
| Binary | 111 | 10000000 | 1000 | 1011111 | 0 | 1011110 | 110010 | 1111000 | 1011010 | 11010 |
Color Harmonies of #078008
Complementary color
Monochromatic Colors of #078008
Black with #078008
Text Example
Text Example
White with #078008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078008; }
p { color: rgb(7,128,8); }
H1.HeaderClassName
{
color: #078008;
}
.AnyTagClassName
{
color: #078008;
}
</style>
background-color css
<style>
a { background-color: #078008; }
a { background-color: rgb(7,128,8); }
div.DivClassName
{
background-color: #078008;
}
.BgClassName
{
background-color: #078008;
}
</style>
border-color css
<style>
span { border-color: #078008; }
span { border-color: rgb(7,128,8); }
td.TdClassName
{
border-color: #078008;
}
.TagClassName
{
border-color: #078008;
}
</style>