Shades of Green #07741A
Tints of Green #07741A
RGB
CMYK
RGB Variations
Color information
#07741A (or 0x07741A) is known color: Green. HEX triplet: 07, 74 and 1A. RGB value is (7,116,26). Sum of RGB (Red+Green+Blue) = 7+116+26=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 116 (45.70% from 255 or 77.85% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 116 - color contains mainly: green. Hex color #07741A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07741A is #F88BE5. Grayscale: #494949. Windows color (decimal): -16288742 or 1733639. OLE color: 1733639.
HSL color Cylindrical-coordinate representation of color #07741A: hue angle of 130.46º 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 #07741A is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 26 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.55 |
| HSL | 130.46º | 0.89% | 0.24% | - |
| HSV(B) | 130.46º | 0.94% | 0.45% | - |
| XYZ | 6.52 | 12.61 | 3.07 | - |
| YUV | 73.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 26 | 0.94 | 0 | 0.78 | 0.55 | 130.46 | 0.89 | 0.24 |
| Hex | 7 | 74 | 1A | 5E | 0 | 4E | 37 | 82 | 59 | 18 |
| Octal | 7 | 164 | 32 | 136 | 0 | 116 | 67 | 202 | 131 | 30 |
| Binary | 111 | 1110100 | 11010 | 1011110 | 0 | 1001110 | 110111 | 10000010 | 1011001 | 11000 |
Color Harmonies of #07741A
Complementary color
Monochromatic Colors of #07741A
Black with #07741A
Text Example
Text Example
White with #07741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07741A; }
p { color: rgb(7,116,26); }
H1.HeaderClassName
{
color: #07741A;
}
.AnyTagClassName
{
color: #07741A;
}
</style>
background-color css
<style>
a { background-color: #07741A; }
a { background-color: rgb(7,116,26); }
div.DivClassName
{
background-color: #07741A;
}
.BgClassName
{
background-color: #07741A;
}
</style>
border-color css
<style>
span { border-color: #07741A; }
span { border-color: rgb(7,116,26); }
td.TdClassName
{
border-color: #07741A;
}
.TagClassName
{
border-color: #07741A;
}
</style>