Shades of Pigment Green #07954A
Tints of Pigment Green #07954A
RGB
CMYK
RGB Variations
Color information
#07954A (or 0x07954A) is known color: Pigment Green. HEX triplet: 07, 95 and 4A. RGB value is (7,149,74). Sum of RGB (Red+Green+Blue) = 7+149+74=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #07954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07954A is #F86AB5. Grayscale: #626262. Windows color (decimal): -16280246 or 4887815. OLE color: 4887815.
HSL color Cylindrical-coordinate representation of color #07954A: hue angle of 148.31º 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 #07954A is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 74 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.42 |
| HSL | 148.31º | 0.91% | 0.31% | - |
| HSV(B) | 148.31º | 0.95% | 0.58% | - |
| XYZ | 12.07 | 22.03 | 10.1 | - |
| YUV | 97.99 | 114.46 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 74 | 0.95 | 0 | 0.50 | 0.42 | 148.31 | 0.91 | 0.31 |
| Hex | 7 | 95 | 4A | 5F | 0 | 32 | 2A | 94 | 5B | 1F |
| Octal | 7 | 225 | 112 | 137 | 0 | 62 | 52 | 224 | 133 | 37 |
| Binary | 111 | 10010101 | 1001010 | 1011111 | 0 | 110010 | 101010 | 10010100 | 1011011 | 11111 |
Color Harmonies of #07954A
Complementary color
Monochromatic Colors of #07954A
Black with #07954A
Text Example
Text Example
White with #07954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07954A; }
p { color: rgb(7,149,74); }
H1.HeaderClassName
{
color: #07954A;
}
.AnyTagClassName
{
color: #07954A;
}
</style>
background-color css
<style>
a { background-color: #07954A; }
a { background-color: rgb(7,149,74); }
div.DivClassName
{
background-color: #07954A;
}
.BgClassName
{
background-color: #07954A;
}
</style>
border-color css
<style>
span { border-color: #07954A; }
span { border-color: rgb(7,149,74); }
td.TdClassName
{
border-color: #07954A;
}
.TagClassName
{
border-color: #07954A;
}
</style>