Shades of Green #07771C
Tints of Green #07771C
RGB
CMYK
RGB Variations
Color information
#07771C (or 0x07771C) is known color: Green. HEX triplet: 07, 77 and 1C. RGB value is (7,119,28). Sum of RGB (Red+Green+Blue) = 7+119+28=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 119 (46.88% from 255 or 77.27% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 119 - color contains mainly: green. Hex color #07771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07771C is #F888E3. Grayscale: #4B4B4B. Windows color (decimal): -16287972 or 1865479. OLE color: 1865479.
HSL color Cylindrical-coordinate representation of color #07771C: hue angle of 131.25º 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 #07771C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 119 | 28 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.53 |
| HSL | 131.25º | 0.89% | 0.25% | - |
| HSV(B) | 131.25º | 0.94% | 0.47% | - |
| XYZ | 6.89 | 13.32 | 3.31 | - |
| YUV | 75.14 | 101.39 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 28 | 0.94 | 0 | 0.76 | 0.53 | 131.25 | 0.89 | 0.25 |
| Hex | 7 | 77 | 1C | 5E | 0 | 4C | 35 | 83 | 59 | 19 |
| Octal | 7 | 167 | 34 | 136 | 0 | 114 | 65 | 203 | 131 | 31 |
| Binary | 111 | 1110111 | 11100 | 1011110 | 0 | 1001100 | 110101 | 10000011 | 1011001 | 11001 |
Color Harmonies of #07771C
Complementary color
Monochromatic Colors of #07771C
Black with #07771C
Text Example
Text Example
White with #07771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07771C; }
p { color: rgb(7,119,28); }
H1.HeaderClassName
{
color: #07771C;
}
.AnyTagClassName
{
color: #07771C;
}
</style>
background-color css
<style>
a { background-color: #07771C; }
a { background-color: rgb(7,119,28); }
div.DivClassName
{
background-color: #07771C;
}
.BgClassName
{
background-color: #07771C;
}
</style>
border-color css
<style>
span { border-color: #07771C; }
span { border-color: rgb(7,119,28); }
td.TdClassName
{
border-color: #07771C;
}
.TagClassName
{
border-color: #07771C;
}
</style>