Shades of Green #078C03
Tints of Green #078C03
RGB
CMYK
RGB Variations
Color information
#078C03 (or 0x078C03) is known color: Green. HEX triplet: 07, 8C and 03. RGB value is (7,140,3). Sum of RGB (Red+Green+Blue) = 7+140+3=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 140 (55.08% from 255 or 93.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 140 - color contains mainly: green. Hex color #078C03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078C03 is #F873FC. Grayscale: #555555. Windows color (decimal): -16282621 or 232455. OLE color: 232455.
HSL color Cylindrical-coordinate representation of color #078C03: hue angle of 118.25º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #078C03 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 3 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.45 |
| HSL | 118.25º | 0.96% | 0.28% | - |
| HSV(B) | 118.25º | 0.98% | 0.55% | - |
| XYZ | 9.48 | 18.81 | 3.22 | - |
| YUV | 84.62 | 81.94 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 3 | 0.95 | 0 | 0.98 | 0.45 | 118.25 | 0.96 | 0.28 |
| Hex | 7 | 8C | 3 | 5F | 0 | 62 | 2D | 76 | 60 | 1C |
| Octal | 7 | 214 | 3 | 137 | 0 | 142 | 55 | 166 | 140 | 34 |
| Binary | 111 | 10001100 | 11 | 1011111 | 0 | 1100010 | 101101 | 1110110 | 1100000 | 11100 |
Color Harmonies of #078C03
Complementary color
Monochromatic Colors of #078C03
Black with #078C03
Text Example
Text Example
White with #078C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C03; }
p { color: rgb(7,140,3); }
H1.HeaderClassName
{
color: #078C03;
}
.AnyTagClassName
{
color: #078C03;
}
</style>
background-color css
<style>
a { background-color: #078C03; }
a { background-color: rgb(7,140,3); }
div.DivClassName
{
background-color: #078C03;
}
.BgClassName
{
background-color: #078C03;
}
</style>
border-color css
<style>
span { border-color: #078C03; }
span { border-color: rgb(7,140,3); }
td.TdClassName
{
border-color: #078C03;
}
.TagClassName
{
border-color: #078C03;
}
</style>