Shades of Green #07741B
Tints of Green #07741B
RGB
CMYK
RGB Variations
Color information
#07741B (or 0x07741B) is known color: Green. HEX triplet: 07, 74 and 1B. RGB value is (7,116,27). Sum of RGB (Red+Green+Blue) = 7+116+27=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #07741B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07741B is #F88BE4. Grayscale: #494949. Windows color (decimal): -16288741 or 1799175. OLE color: 1799175.
HSL color Cylindrical-coordinate representation of color #07741B: hue angle of 131.01º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07741B is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 27 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.55 |
| HSL | 131.01º | 0.89% | 0.24% | - |
| HSV(B) | 131.01º | 0.94% | 0.45% | - |
| XYZ | 6.53 | 12.62 | 3.13 | - |
| YUV | 73.26 | 101.89 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 27 | 0.94 | 0 | 0.77 | 0.55 | 131.01 | 0.89 | 0.24 |
| Hex | 7 | 74 | 1B | 5E | 0 | 4D | 37 | 83 | 59 | 18 |
| Octal | 7 | 164 | 33 | 136 | 0 | 115 | 67 | 203 | 131 | 30 |
| Binary | 111 | 1110100 | 11011 | 1011110 | 0 | 1001101 | 110111 | 10000011 | 1011001 | 11000 |
Color Harmonies of #07741B
Complementary color
Monochromatic Colors of #07741B
Black with #07741B
Text Example
Text Example
White with #07741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07741B; }
p { color: rgb(7,116,27); }
H1.HeaderClassName
{
color: #07741B;
}
.AnyTagClassName
{
color: #07741B;
}
</style>
background-color css
<style>
a { background-color: #07741B; }
a { background-color: rgb(7,116,27); }
div.DivClassName
{
background-color: #07741B;
}
.BgClassName
{
background-color: #07741B;
}
</style>
border-color css
<style>
span { border-color: #07741B; }
span { border-color: rgb(7,116,27); }
td.TdClassName
{
border-color: #07741B;
}
.TagClassName
{
border-color: #07741B;
}
</style>