Shades of Green #07781C
Tints of Green #07781C
RGB
CMYK
RGB Variations
Color information
#07781C (or 0x07781C) is known color: Green. HEX triplet: 07, 78 and 1C. RGB value is (7,120,28). Sum of RGB (Red+Green+Blue) = 7+120+28=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 120 (47.27% from 255 or 77.42% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 120 - color contains mainly: green. Hex color #07781C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07781C is #F887E3. Grayscale: #4B4B4B. Windows color (decimal): -16287716 or 1865735. OLE color: 1865735.
HSL color Cylindrical-coordinate representation of color #07781C: hue angle of 131.15º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07781C is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 120 | 28 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.53 |
| HSL | 131.15º | 0.89% | 0.25% | - |
| HSV(B) | 131.15º | 0.94% | 0.47% | - |
| XYZ | 7.01 | 13.56 | 3.35 | - |
| YUV | 75.73 | 101.06 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 28 | 0.94 | 0 | 0.77 | 0.53 | 131.15 | 0.89 | 0.25 |
| Hex | 7 | 78 | 1C | 5E | 0 | 4D | 35 | 83 | 59 | 19 |
| Octal | 7 | 170 | 34 | 136 | 0 | 115 | 65 | 203 | 131 | 31 |
| Binary | 111 | 1111000 | 11100 | 1011110 | 0 | 1001101 | 110101 | 10000011 | 1011001 | 11001 |
Color Harmonies of #07781C
Complementary color
Monochromatic Colors of #07781C
Black with #07781C
Text Example
Text Example
White with #07781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07781C; }
p { color: rgb(7,120,28); }
H1.HeaderClassName
{
color: #07781C;
}
.AnyTagClassName
{
color: #07781C;
}
</style>
background-color css
<style>
a { background-color: #07781C; }
a { background-color: rgb(7,120,28); }
div.DivClassName
{
background-color: #07781C;
}
.BgClassName
{
background-color: #07781C;
}
</style>
border-color css
<style>
span { border-color: #07781C; }
span { border-color: rgb(7,120,28); }
td.TdClassName
{
border-color: #07781C;
}
.TagClassName
{
border-color: #07781C;
}
</style>