Shades of Green #078102
Tints of Green #078102
RGB
CMYK
RGB Variations
Color information
#078102 (or 0x078102) is known color: Green. HEX triplet: 07, 81 and 02. RGB value is (7,129,2). Sum of RGB (Red+Green+Blue) = 7+129+2=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 129 (50.78% from 255 or 93.48% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 129 - color contains mainly: green. Hex color #078102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078102 is #F87EFD. Grayscale: #4E4E4E. Windows color (decimal): -16285438 or 164103. OLE color: 164103.
HSL color Cylindrical-coordinate representation of color #078102: hue angle of 117.64º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #078102 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 2 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.49 |
| HSL | 117.64º | 0.97% | 0.26% | - |
| HSV(B) | 117.64º | 0.98% | 0.51% | - |
| XYZ | 7.95 | 15.75 | 2.68 | - |
| YUV | 78.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 2 | 0.95 | 0 | 0.98 | 0.49 | 117.64 | 0.97 | 0.26 |
| Hex | 7 | 81 | 2 | 5F | 0 | 62 | 31 | 76 | 61 | 1A |
| Octal | 7 | 201 | 2 | 137 | 0 | 142 | 61 | 166 | 141 | 32 |
| Binary | 111 | 10000001 | 10 | 1011111 | 0 | 1100010 | 110001 | 1110110 | 1100001 | 11010 |
Color Harmonies of #078102
Complementary color
Monochromatic Colors of #078102
Black with #078102
Text Example
Text Example
White with #078102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078102; }
p { color: rgb(7,129,2); }
H1.HeaderClassName
{
color: #078102;
}
.AnyTagClassName
{
color: #078102;
}
</style>
background-color css
<style>
a { background-color: #078102; }
a { background-color: rgb(7,129,2); }
div.DivClassName
{
background-color: #078102;
}
.BgClassName
{
background-color: #078102;
}
</style>
border-color css
<style>
span { border-color: #078102; }
span { border-color: rgb(7,129,2); }
td.TdClassName
{
border-color: #078102;
}
.TagClassName
{
border-color: #078102;
}
</style>