Shades of Pigment Green #07953A
Tints of Pigment Green #07953A
RGB
CMYK
RGB Variations
Color information
#07953A (or 0x07953A) is known color: Pigment Green. HEX triplet: 07, 95 and 3A. RGB value is (7,149,58). Sum of RGB (Red+Green+Blue) = 7+149+58=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #07953A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07953A is #F86AC5. Grayscale: #606060. Windows color (decimal): -16280262 or 3839239. OLE color: 3839239.
HSL color Cylindrical-coordinate representation of color #07953A: hue angle of 141.55º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07953A is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 58 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.42 |
| HSL | 141.55º | 0.91% | 0.31% | - |
| HSV(B) | 141.55º | 0.95% | 0.58% | - |
| XYZ | 11.6 | 21.85 | 7.61 | - |
| YUV | 96.17 | 106.46 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 58 | 0.95 | 0 | 0.61 | 0.42 | 141.55 | 0.91 | 0.31 |
| Hex | 7 | 95 | 3A | 5F | 0 | 3D | 2A | 8E | 5B | 1F |
| Octal | 7 | 225 | 72 | 137 | 0 | 75 | 52 | 216 | 133 | 37 |
| Binary | 111 | 10010101 | 111010 | 1011111 | 0 | 111101 | 101010 | 10001110 | 1011011 | 11111 |
Color Harmonies of #07953A
Complementary color
Monochromatic Colors of #07953A
Black with #07953A
Text Example
Text Example
White with #07953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07953A; }
p { color: rgb(7,149,58); }
H1.HeaderClassName
{
color: #07953A;
}
.AnyTagClassName
{
color: #07953A;
}
</style>
background-color css
<style>
a { background-color: #07953A; }
a { background-color: rgb(7,149,58); }
div.DivClassName
{
background-color: #07953A;
}
.BgClassName
{
background-color: #07953A;
}
</style>
border-color css
<style>
span { border-color: #07953A; }
span { border-color: rgb(7,149,58); }
td.TdClassName
{
border-color: #07953A;
}
.TagClassName
{
border-color: #07953A;
}
</style>