Shades of Green #078A08
Tints of Green #078A08
RGB
CMYK
RGB Variations
Color information
#078A08 (or 0x078A08) is known color: Green. HEX triplet: 07, 8A and 08. RGB value is (7,138,8). Sum of RGB (Red+Green+Blue) = 7+138+8=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 138 (54.30% from 255 or 90.20% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 138 - color contains mainly: green. Hex color #078A08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078A08 is #F875F7. Grayscale: #545454. Windows color (decimal): -16283128 or 559623. OLE color: 559623.
HSL color Cylindrical-coordinate representation of color #078A08: hue angle of 120.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A08 is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 8 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.46 |
| HSL | 120.46º | 0.9% | 0.28% | - |
| HSV(B) | 120.46º | 0.95% | 0.54% | - |
| XYZ | 9.22 | 18.24 | 3.26 | - |
| YUV | 84.01 | 85.1 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 8 | 0.95 | 0 | 0.94 | 0.46 | 120.46 | 0.9 | 0.28 |
| Hex | 7 | 8A | 8 | 5F | 0 | 5E | 2E | 78 | 5A | 1C |
| Octal | 7 | 212 | 10 | 137 | 0 | 136 | 56 | 170 | 132 | 34 |
| Binary | 111 | 10001010 | 1000 | 1011111 | 0 | 1011110 | 101110 | 1111000 | 1011010 | 11100 |
Color Harmonies of #078A08
Complementary color
Monochromatic Colors of #078A08
Black with #078A08
Text Example
Text Example
White with #078A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A08; }
p { color: rgb(7,138,8); }
H1.HeaderClassName
{
color: #078A08;
}
.AnyTagClassName
{
color: #078A08;
}
</style>
background-color css
<style>
a { background-color: #078A08; }
a { background-color: rgb(7,138,8); }
div.DivClassName
{
background-color: #078A08;
}
.BgClassName
{
background-color: #078A08;
}
</style>
border-color css
<style>
span { border-color: #078A08; }
span { border-color: rgb(7,138,8); }
td.TdClassName
{
border-color: #078A08;
}
.TagClassName
{
border-color: #078A08;
}
</style>