Shades of Pigment Green #07944D
Tints of Pigment Green #07944D
RGB
CMYK
RGB Variations
Color information
#07944D (or 0x07944D) is known color: Pigment Green. HEX triplet: 07, 94 and 4D. RGB value is (7,148,77). Sum of RGB (Red+Green+Blue) = 7+148+77=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #07944D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07944D is #F86BB2. Grayscale: #616161. Windows color (decimal): -16280499 or 5084167. OLE color: 5084167.
HSL color Cylindrical-coordinate representation of color #07944D: hue angle of 149.79º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07944D is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 77 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.42 |
| HSL | 149.79º | 0.91% | 0.3% | - |
| HSV(B) | 149.79º | 0.95% | 0.58% | - |
| XYZ | 12.02 | 21.76 | 10.59 | - |
| YUV | 97.75 | 116.29 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 77 | 0.95 | 0 | 0.48 | 0.42 | 149.79 | 0.91 | 0.3 |
| Hex | 7 | 94 | 4D | 5F | 0 | 30 | 2A | 96 | 5B | 1E |
| Octal | 7 | 224 | 115 | 137 | 0 | 60 | 52 | 226 | 133 | 36 |
| Binary | 111 | 10010100 | 1001101 | 1011111 | 0 | 110000 | 101010 | 10010110 | 1011011 | 11110 |
Color Harmonies of #07944D
Complementary color
Monochromatic Colors of #07944D
Black with #07944D
Text Example
Text Example
White with #07944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07944D; }
p { color: rgb(7,148,77); }
H1.HeaderClassName
{
color: #07944D;
}
.AnyTagClassName
{
color: #07944D;
}
</style>
background-color css
<style>
a { background-color: #07944D; }
a { background-color: rgb(7,148,77); }
div.DivClassName
{
background-color: #07944D;
}
.BgClassName
{
background-color: #07944D;
}
</style>
border-color css
<style>
span { border-color: #07944D; }
span { border-color: rgb(7,148,77); }
td.TdClassName
{
border-color: #07944D;
}
.TagClassName
{
border-color: #07944D;
}
</style>