Shades of Pigment Green #07973A
Tints of Pigment Green #07973A
RGB
CMYK
RGB Variations
Color information
#07973A (or 0x07973A) is known color: Pigment Green. HEX triplet: 07, 97 and 3A. RGB value is (7,151,58). Sum of RGB (Red+Green+Blue) = 7+151+58=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 151 (59.38% from 255 or 69.91% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 151 - color contains mainly: green. Hex color #07973A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07973A is #F868C5. Grayscale: #616161. Windows color (decimal): -16279750 or 3839751. OLE color: 3839751.
HSL color Cylindrical-coordinate representation of color #07973A: hue angle of 141.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07973A is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 151 | 58 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.41 |
| HSL | 141.25º | 0.91% | 0.31% | - |
| HSV(B) | 141.25º | 0.95% | 0.59% | - |
| XYZ | 11.92 | 22.48 | 7.71 | - |
| YUV | 97.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 58 | 0.95 | 0 | 0.62 | 0.41 | 141.25 | 0.91 | 0.31 |
| Hex | 7 | 97 | 3A | 5F | 0 | 3E | 29 | 8D | 5B | 1F |
| Octal | 7 | 227 | 72 | 137 | 0 | 76 | 51 | 215 | 133 | 37 |
| Binary | 111 | 10010111 | 111010 | 1011111 | 0 | 111110 | 101001 | 10001101 | 1011011 | 11111 |
Color Harmonies of #07973A
Complementary color
Monochromatic Colors of #07973A
Black with #07973A
Text Example
Text Example
White with #07973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07973A; }
p { color: rgb(7,151,58); }
H1.HeaderClassName
{
color: #07973A;
}
.AnyTagClassName
{
color: #07973A;
}
</style>
background-color css
<style>
a { background-color: #07973A; }
a { background-color: rgb(7,151,58); }
div.DivClassName
{
background-color: #07973A;
}
.BgClassName
{
background-color: #07973A;
}
</style>
border-color css
<style>
span { border-color: #07973A; }
span { border-color: rgb(7,151,58); }
td.TdClassName
{
border-color: #07973A;
}
.TagClassName
{
border-color: #07973A;
}
</style>