Shades of Green #07701B
Tints of Green #07701B
RGB
CMYK
RGB Variations
Color information
#07701B (or 0x07701B) is known color: Green. HEX triplet: 07, 70 and 1B. RGB value is (7,112,27). Sum of RGB (Red+Green+Blue) = 7+112+27=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #07701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07701B is #F88FE4. Grayscale: #474747. Windows color (decimal): -16289765 or 1798151. OLE color: 1798151.
HSL color Cylindrical-coordinate representation of color #07701B: hue angle of 131.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07701B is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 27 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.56 |
| HSL | 131.43º | 0.88% | 0.23% | - |
| HSV(B) | 131.43º | 0.94% | 0.44% | - |
| XYZ | 6.08 | 11.71 | 2.98 | - |
| YUV | 70.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 27 | 0.94 | 0 | 0.76 | 0.56 | 131.43 | 0.88 | 0.23 |
| Hex | 7 | 70 | 1B | 5E | 0 | 4C | 38 | 83 | 58 | 17 |
| Octal | 7 | 160 | 33 | 136 | 0 | 114 | 70 | 203 | 130 | 27 |
| Binary | 111 | 1110000 | 11011 | 1011110 | 0 | 1001100 | 111000 | 10000011 | 1011000 | 10111 |
Color Harmonies of #07701B
Complementary color
Monochromatic Colors of #07701B
Black with #07701B
Text Example
Text Example
White with #07701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07701B; }
p { color: rgb(7,112,27); }
H1.HeaderClassName
{
color: #07701B;
}
.AnyTagClassName
{
color: #07701B;
}
</style>
background-color css
<style>
a { background-color: #07701B; }
a { background-color: rgb(7,112,27); }
div.DivClassName
{
background-color: #07701B;
}
.BgClassName
{
background-color: #07701B;
}
</style>
border-color css
<style>
span { border-color: #07701B; }
span { border-color: rgb(7,112,27); }
td.TdClassName
{
border-color: #07701B;
}
.TagClassName
{
border-color: #07701B;
}
</style>