Shades of Green #07801C
Tints of Green #07801C
RGB
CMYK
RGB Variations
Color information
#07801C (or 0x07801C) is known color: Green. HEX triplet: 07, 80 and 1C. RGB value is (7,128,28). Sum of RGB (Red+Green+Blue) = 7+128+28=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 128 (50.39% from 255 or 78.53% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 128 - color contains mainly: green. Hex color #07801C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07801C is #F87FE3. Grayscale: #505050. Windows color (decimal): -16285668 or 1867783. OLE color: 1867783.
HSL color Cylindrical-coordinate representation of color #07801C: hue angle of 130.41º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07801C is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 28 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.50 |
| HSL | 130.41º | 0.9% | 0.26% | - |
| HSV(B) | 130.41º | 0.95% | 0.5% | - |
| XYZ | 8.02 | 15.57 | 3.68 | - |
| YUV | 80.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 28 | 0.95 | 0 | 0.78 | 0.50 | 130.41 | 0.9 | 0.26 |
| Hex | 7 | 80 | 1C | 5F | 0 | 4E | 32 | 82 | 5A | 1A |
| Octal | 7 | 200 | 34 | 137 | 0 | 116 | 62 | 202 | 132 | 32 |
| Binary | 111 | 10000000 | 11100 | 1011111 | 0 | 1001110 | 110010 | 10000010 | 1011010 | 11010 |
Color Harmonies of #07801C
Complementary color
Monochromatic Colors of #07801C
Black with #07801C
Text Example
Text Example
White with #07801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07801C; }
p { color: rgb(7,128,28); }
H1.HeaderClassName
{
color: #07801C;
}
.AnyTagClassName
{
color: #07801C;
}
</style>
background-color css
<style>
a { background-color: #07801C; }
a { background-color: rgb(7,128,28); }
div.DivClassName
{
background-color: #07801C;
}
.BgClassName
{
background-color: #07801C;
}
</style>
border-color css
<style>
span { border-color: #07801C; }
span { border-color: rgb(7,128,28); }
td.TdClassName
{
border-color: #07801C;
}
.TagClassName
{
border-color: #07801C;
}
</style>