Shades of Pigment Green #07944C
Tints of Pigment Green #07944C
RGB
CMYK
RGB Variations
Color information
#07944C (or 0x07944C) is known color: Pigment Green. HEX triplet: 07, 94 and 4C. RGB value is (7,148,76). Sum of RGB (Red+Green+Blue) = 7+148+76=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #07944C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07944C is #F86BB3. Grayscale: #616161. Windows color (decimal): -16280500 or 5018631. OLE color: 5018631.
HSL color Cylindrical-coordinate representation of color #07944C: hue angle of 149.36º 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 #07944C is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 76 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.42 |
| HSL | 149.36º | 0.91% | 0.3% | - |
| HSV(B) | 149.36º | 0.95% | 0.58% | - |
| XYZ | 11.98 | 21.75 | 10.4 | - |
| YUV | 97.63 | 115.79 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 76 | 0.95 | 0 | 0.49 | 0.42 | 149.36 | 0.91 | 0.3 |
| Hex | 7 | 94 | 4C | 5F | 0 | 31 | 2A | 95 | 5B | 1E |
| Octal | 7 | 224 | 114 | 137 | 0 | 61 | 52 | 225 | 133 | 36 |
| Binary | 111 | 10010100 | 1001100 | 1011111 | 0 | 110001 | 101010 | 10010101 | 1011011 | 11110 |
Color Harmonies of #07944C
Complementary color
Monochromatic Colors of #07944C
Black with #07944C
Text Example
Text Example
White with #07944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07944C; }
p { color: rgb(7,148,76); }
H1.HeaderClassName
{
color: #07944C;
}
.AnyTagClassName
{
color: #07944C;
}
</style>
background-color css
<style>
a { background-color: #07944C; }
a { background-color: rgb(7,148,76); }
div.DivClassName
{
background-color: #07944C;
}
.BgClassName
{
background-color: #07944C;
}
</style>
border-color css
<style>
span { border-color: #07944C; }
span { border-color: rgb(7,148,76); }
td.TdClassName
{
border-color: #07944C;
}
.TagClassName
{
border-color: #07944C;
}
</style>