Shades of Green #07761B
Tints of Green #07761B
RGB
CMYK
RGB Variations
Color information
#07761B (or 0x07761B) is known color: Green. HEX triplet: 07, 76 and 1B. RGB value is (7,118,27). Sum of RGB (Red+Green+Blue) = 7+118+27=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #07761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07761B is #F889E4. Grayscale: #4A4A4A. Windows color (decimal): -16288229 or 1799687. OLE color: 1799687.
HSL color Cylindrical-coordinate representation of color #07761B: hue angle of 130.81º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07761B is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 118 | 27 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.54 |
| HSL | 130.81º | 0.89% | 0.25% | - |
| HSV(B) | 130.81º | 0.94% | 0.46% | - |
| XYZ | 6.76 | 13.08 | 3.21 | - |
| YUV | 74.44 | 101.23 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 118 | 27 | 0.94 | 0 | 0.77 | 0.54 | 130.81 | 0.89 | 0.25 |
| Hex | 7 | 76 | 1B | 5E | 0 | 4D | 36 | 83 | 59 | 19 |
| Octal | 7 | 166 | 33 | 136 | 0 | 115 | 66 | 203 | 131 | 31 |
| Binary | 111 | 1110110 | 11011 | 1011110 | 0 | 1001101 | 110110 | 10000011 | 1011001 | 11001 |
Color Harmonies of #07761B
Complementary color
Monochromatic Colors of #07761B
Black with #07761B
Text Example
Text Example
White with #07761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07761B; }
p { color: rgb(7,118,27); }
H1.HeaderClassName
{
color: #07761B;
}
.AnyTagClassName
{
color: #07761B;
}
</style>
background-color css
<style>
a { background-color: #07761B; }
a { background-color: rgb(7,118,27); }
div.DivClassName
{
background-color: #07761B;
}
.BgClassName
{
background-color: #07761B;
}
</style>
border-color css
<style>
span { border-color: #07761B; }
span { border-color: rgb(7,118,27); }
td.TdClassName
{
border-color: #07761B;
}
.TagClassName
{
border-color: #07761B;
}
</style>