Shades of Pigment Green #07994E
Tints of Pigment Green #07994E
RGB
CMYK
RGB Variations
Color information
#07994E (or 0x07994E) is known color: Pigment Green. HEX triplet: 07, 99 and 4E. RGB value is (7,153,78). Sum of RGB (Red+Green+Blue) = 7+153+78=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #07994E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07994E is #F866B1. Grayscale: #646464. Windows color (decimal): -16279218 or 5150983. OLE color: 5150983.
HSL color Cylindrical-coordinate representation of color #07994E: hue angle of 149.18º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07994E is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 153 | 78 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.4 |
| HSL | 149.18º | 0.91% | 0.31% | - |
| HSV(B) | 149.18º | 0.95% | 0.6% | - |
| XYZ | 12.85 | 23.38 | 11.04 | - |
| YUV | 100.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 78 | 0.95 | 0 | 0.49 | 0.4 | 149.18 | 0.91 | 0.31 |
| Hex | 7 | 99 | 4E | 5F | 0 | 31 | 28 | 95 | 5B | 1F |
| Octal | 7 | 231 | 116 | 137 | 0 | 61 | 50 | 225 | 133 | 37 |
| Binary | 111 | 10011001 | 1001110 | 1011111 | 0 | 110001 | 101000 | 10010101 | 1011011 | 11111 |
Color Harmonies of #07994E
Complementary color
Monochromatic Colors of #07994E
Black with #07994E
Text Example
Text Example
White with #07994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07994E; }
p { color: rgb(7,153,78); }
H1.HeaderClassName
{
color: #07994E;
}
.AnyTagClassName
{
color: #07994E;
}
</style>
background-color css
<style>
a { background-color: #07994E; }
a { background-color: rgb(7,153,78); }
div.DivClassName
{
background-color: #07994E;
}
.BgClassName
{
background-color: #07994E;
}
</style>
border-color css
<style>
span { border-color: #07994E; }
span { border-color: rgb(7,153,78); }
td.TdClassName
{
border-color: #07994E;
}
.TagClassName
{
border-color: #07994E;
}
</style>