Shades of Green #078600
Tints of Green #078600
RGB
CMYK
RGB Variations
Color information
#078600 (or 0x078600) is known color: Green. HEX triplet: 07, 86 and 00. RGB value is (7,134,0). Sum of RGB (Red+Green+Blue) = 7+134+0=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 134 (52.73% from 255 or 95.04% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 134 - color contains mainly: green. Hex color #078600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078600 is #F879FF. Grayscale: #515151. Windows color (decimal): -16284160 or 34311. OLE color: 34311.
HSL color Cylindrical-coordinate representation of color #078600: hue angle of 116.87º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #078600 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.47 |
| HSL | 116.87º | 1% | 0.26% | - |
| HSV(B) | 116.87º | 1% | 0.53% | - |
| XYZ | 8.61 | 17.1 | 2.85 | - |
| YUV | 80.75 | 82.42 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 0 | 0.95 | 0 | 1 | 0.47 | 116.87 | 1 | 0.26 |
| Hex | 7 | 86 | 0 | 5F | 0 | 64 | 2F | 75 | 64 | 1A |
| Octal | 7 | 206 | 0 | 137 | 0 | 144 | 57 | 165 | 144 | 32 |
| Binary | 111 | 10000110 | 0 | 1011111 | 0 | 1100100 | 101111 | 1110101 | 1100100 | 11010 |
Color Harmonies of #078600
Complementary color
Monochromatic Colors of #078600
Black with #078600
Text Example
Text Example
White with #078600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078600; }
p { color: rgb(7,134,0); }
H1.HeaderClassName
{
color: #078600;
}
.AnyTagClassName
{
color: #078600;
}
</style>
background-color css
<style>
a { background-color: #078600; }
a { background-color: rgb(7,134,0); }
div.DivClassName
{
background-color: #078600;
}
.BgClassName
{
background-color: #078600;
}
</style>
border-color css
<style>
span { border-color: #078600; }
span { border-color: rgb(7,134,0); }
td.TdClassName
{
border-color: #078600;
}
.TagClassName
{
border-color: #078600;
}
</style>