Shades of Green #078714
Tints of Green #078714
RGB
CMYK
RGB Variations
Color information
#078714 (or 0x078714) is known color: Green. HEX triplet: 07, 87 and 14. RGB value is (7,135,20). Sum of RGB (Red+Green+Blue) = 7+135+20=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 135 (53.12% from 255 or 83.33% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 135 - color contains mainly: green. Hex color #078714 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078714 is #F878EB. Grayscale: #535353. Windows color (decimal): -16283884 or 1345287. OLE color: 1345287.
HSL color Cylindrical-coordinate representation of color #078714: hue angle of 126.09º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078714 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 20 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.47 |
| HSL | 126.09º | 0.9% | 0.28% | - |
| HSV(B) | 126.09º | 0.95% | 0.53% | - |
| XYZ | 8.88 | 17.42 | 3.56 | - |
| YUV | 83.62 | 92.09 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 20 | 0.95 | 0 | 0.85 | 0.47 | 126.09 | 0.9 | 0.28 |
| Hex | 7 | 87 | 14 | 5F | 0 | 55 | 2F | 7E | 5A | 1C |
| Octal | 7 | 207 | 24 | 137 | 0 | 125 | 57 | 176 | 132 | 34 |
| Binary | 111 | 10000111 | 10100 | 1011111 | 0 | 1010101 | 101111 | 1111110 | 1011010 | 11100 |
Color Harmonies of #078714
Complementary color
Monochromatic Colors of #078714
Black with #078714
Text Example
Text Example
White with #078714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078714; }
p { color: rgb(7,135,20); }
H1.HeaderClassName
{
color: #078714;
}
.AnyTagClassName
{
color: #078714;
}
</style>
background-color css
<style>
a { background-color: #078714; }
a { background-color: rgb(7,135,20); }
div.DivClassName
{
background-color: #078714;
}
.BgClassName
{
background-color: #078714;
}
</style>
border-color css
<style>
span { border-color: #078714; }
span { border-color: rgb(7,135,20); }
td.TdClassName
{
border-color: #078714;
}
.TagClassName
{
border-color: #078714;
}
</style>