Shades of Green #078105
Tints of Green #078105
RGB
CMYK
RGB Variations
Color information
#078105 (or 0x078105) is known color: Green. HEX triplet: 07, 81 and 05. RGB value is (7,129,5). Sum of RGB (Red+Green+Blue) = 7+129+5=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 129 (50.78% from 255 or 91.49% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 129 - color contains mainly: green. Hex color #078105 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078105 is #F87EFA. Grayscale: #4E4E4E. Windows color (decimal): -16285435 or 360711. OLE color: 360711.
HSL color Cylindrical-coordinate representation of color #078105: hue angle of 119.03º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078105 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 5 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.49 |
| HSL | 119.03º | 0.93% | 0.26% | - |
| HSV(B) | 119.03º | 0.96% | 0.51% | - |
| XYZ | 7.97 | 15.76 | 2.77 | - |
| YUV | 78.39 | 86.58 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 5 | 0.95 | 0 | 0.96 | 0.49 | 119.03 | 0.93 | 0.26 |
| Hex | 7 | 81 | 5 | 5F | 0 | 60 | 31 | 77 | 5D | 1A |
| Octal | 7 | 201 | 5 | 137 | 0 | 140 | 61 | 167 | 135 | 32 |
| Binary | 111 | 10000001 | 101 | 1011111 | 0 | 1100000 | 110001 | 1110111 | 1011101 | 11010 |
Color Harmonies of #078105
Complementary color
Monochromatic Colors of #078105
Black with #078105
Text Example
Text Example
White with #078105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078105; }
p { color: rgb(7,129,5); }
H1.HeaderClassName
{
color: #078105;
}
.AnyTagClassName
{
color: #078105;
}
</style>
background-color css
<style>
a { background-color: #078105; }
a { background-color: rgb(7,129,5); }
div.DivClassName
{
background-color: #078105;
}
.BgClassName
{
background-color: #078105;
}
</style>
border-color css
<style>
span { border-color: #078105; }
span { border-color: rgb(7,129,5); }
td.TdClassName
{
border-color: #078105;
}
.TagClassName
{
border-color: #078105;
}
</style>