Shades of Pigment Green #07984C
Tints of Pigment Green #07984C
RGB
CMYK
RGB Variations
Color information
#07984C (or 0x07984C) is known color: Pigment Green. HEX triplet: 07, 98 and 4C. RGB value is (7,152,76). Sum of RGB (Red+Green+Blue) = 7+152+76=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 152 (59.77% from 255 or 64.68% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 152 - color contains mainly: green. Hex color #07984C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07984C is #F867B3. Grayscale: #646464. Windows color (decimal): -16279476 or 5019655. OLE color: 5019655.
HSL color Cylindrical-coordinate representation of color #07984C: hue angle of 148.55º 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 #07984C is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 152 | 76 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.40 |
| HSL | 148.55º | 0.91% | 0.31% | - |
| HSV(B) | 148.55º | 0.95% | 0.6% | - |
| XYZ | 12.62 | 23.02 | 10.62 | - |
| YUV | 99.98 | 114.46 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 76 | 0.95 | 0 | 0.50 | 0.40 | 148.55 | 0.91 | 0.31 |
| Hex | 7 | 98 | 4C | 5F | 0 | 32 | 28 | 95 | 5B | 1F |
| Octal | 7 | 230 | 114 | 137 | 0 | 62 | 50 | 225 | 133 | 37 |
| Binary | 111 | 10011000 | 1001100 | 1011111 | 0 | 110010 | 101000 | 10010101 | 1011011 | 11111 |
Color Harmonies of #07984C
Complementary color
Monochromatic Colors of #07984C
Black with #07984C
Text Example
Text Example
White with #07984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07984C; }
p { color: rgb(7,152,76); }
H1.HeaderClassName
{
color: #07984C;
}
.AnyTagClassName
{
color: #07984C;
}
</style>
background-color css
<style>
a { background-color: #07984C; }
a { background-color: rgb(7,152,76); }
div.DivClassName
{
background-color: #07984C;
}
.BgClassName
{
background-color: #07984C;
}
</style>
border-color css
<style>
span { border-color: #07984C; }
span { border-color: rgb(7,152,76); }
td.TdClassName
{
border-color: #07984C;
}
.TagClassName
{
border-color: #07984C;
}
</style>