Shades of Green #078314
Tints of Green #078314
RGB
CMYK
RGB Variations
Color information
#078314 (or 0x078314) is known color: Green. HEX triplet: 07, 83 and 14. RGB value is (7,131,20). Sum of RGB (Red+Green+Blue) = 7+131+20=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 131 (51.56% from 255 or 82.91% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 131 - color contains mainly: green. Hex color #078314 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078314 is #F87CEB. Grayscale: #515151. Windows color (decimal): -16284908 or 1344263. OLE color: 1344263.
HSL color Cylindrical-coordinate representation of color #078314: hue angle of 126.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078314 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 20 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.49 |
| HSL | 126.29º | 0.9% | 0.27% | - |
| HSV(B) | 126.29º | 0.95% | 0.51% | - |
| XYZ | 8.33 | 16.33 | 3.37 | - |
| YUV | 81.27 | 93.42 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 20 | 0.95 | 0 | 0.85 | 0.49 | 126.29 | 0.9 | 0.27 |
| Hex | 7 | 83 | 14 | 5F | 0 | 55 | 31 | 7E | 5A | 1B |
| Octal | 7 | 203 | 24 | 137 | 0 | 125 | 61 | 176 | 132 | 33 |
| Binary | 111 | 10000011 | 10100 | 1011111 | 0 | 1010101 | 110001 | 1111110 | 1011010 | 11011 |
Color Harmonies of #078314
Complementary color
Monochromatic Colors of #078314
Black with #078314
Text Example
Text Example
White with #078314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078314; }
p { color: rgb(7,131,20); }
H1.HeaderClassName
{
color: #078314;
}
.AnyTagClassName
{
color: #078314;
}
</style>
background-color css
<style>
a { background-color: #078314; }
a { background-color: rgb(7,131,20); }
div.DivClassName
{
background-color: #078314;
}
.BgClassName
{
background-color: #078314;
}
</style>
border-color css
<style>
span { border-color: #078314; }
span { border-color: rgb(7,131,20); }
td.TdClassName
{
border-color: #078314;
}
.TagClassName
{
border-color: #078314;
}
</style>