Shades of Pigment Green #07904B
Tints of Pigment Green #07904B
RGB
CMYK
RGB Variations
Color information
#07904B (or 0x07904B) is known color: Pigment Green. HEX triplet: 07, 90 and 4B. RGB value is (7,144,75). Sum of RGB (Red+Green+Blue) = 7+144+75=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #07904B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07904B is #F86FB4. Grayscale: #5F5F5F. Windows color (decimal): -16281525 or 4952071. OLE color: 4952071.
HSL color Cylindrical-coordinate representation of color #07904B: hue angle of 149.78º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07904B is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 144 | 75 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.44 |
| HSL | 149.78º | 0.91% | 0.3% | - |
| HSV(B) | 149.78º | 0.95% | 0.56% | - |
| XYZ | 11.33 | 20.5 | 10.02 | - |
| YUV | 95.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 75 | 0.95 | 0 | 0.48 | 0.44 | 149.78 | 0.91 | 0.3 |
| Hex | 7 | 90 | 4B | 5F | 0 | 30 | 2C | 96 | 5B | 1E |
| Octal | 7 | 220 | 113 | 137 | 0 | 60 | 54 | 226 | 133 | 36 |
| Binary | 111 | 10010000 | 1001011 | 1011111 | 0 | 110000 | 101100 | 10010110 | 1011011 | 11110 |
Color Harmonies of #07904B
Complementary color
Monochromatic Colors of #07904B
Black with #07904B
Text Example
Text Example
White with #07904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07904B; }
p { color: rgb(7,144,75); }
H1.HeaderClassName
{
color: #07904B;
}
.AnyTagClassName
{
color: #07904B;
}
</style>
background-color css
<style>
a { background-color: #07904B; }
a { background-color: rgb(7,144,75); }
div.DivClassName
{
background-color: #07904B;
}
.BgClassName
{
background-color: #07904B;
}
</style>
border-color css
<style>
span { border-color: #07904B; }
span { border-color: rgb(7,144,75); }
td.TdClassName
{
border-color: #07904B;
}
.TagClassName
{
border-color: #07904B;
}
</style>