Shades of Pigment Green #07903C
Tints of Pigment Green #07903C
RGB
CMYK
RGB Variations
Color information
#07903C (or 0x07903C) is known color: Pigment Green. HEX triplet: 07, 90 and 3C. RGB value is (7,144,60). Sum of RGB (Red+Green+Blue) = 7+144+60=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 144 (56.64% from 255 or 68.25% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 144 - color contains mainly: green. Hex color #07903C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07903C is #F86FC3. Grayscale: #5D5D5D. Windows color (decimal): -16281540 or 3969031. OLE color: 3969031.
HSL color Cylindrical-coordinate representation of color #07903C: hue angle of 143.21º 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 #07903C is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 144 | 60 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.44 |
| HSL | 143.21º | 0.91% | 0.3% | - |
| HSV(B) | 143.21º | 0.95% | 0.56% | - |
| XYZ | 10.88 | 20.32 | 7.62 | - |
| YUV | 93.46 | 109.11 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 60 | 0.95 | 0 | 0.58 | 0.44 | 143.21 | 0.91 | 0.3 |
| Hex | 7 | 90 | 3C | 5F | 0 | 3A | 2C | 8F | 5B | 1E |
| Octal | 7 | 220 | 74 | 137 | 0 | 72 | 54 | 217 | 133 | 36 |
| Binary | 111 | 10010000 | 111100 | 1011111 | 0 | 111010 | 101100 | 10001111 | 1011011 | 11110 |
Color Harmonies of #07903C
Complementary color
Monochromatic Colors of #07903C
Black with #07903C
Text Example
Text Example
White with #07903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07903C; }
p { color: rgb(7,144,60); }
H1.HeaderClassName
{
color: #07903C;
}
.AnyTagClassName
{
color: #07903C;
}
</style>
background-color css
<style>
a { background-color: #07903C; }
a { background-color: rgb(7,144,60); }
div.DivClassName
{
background-color: #07903C;
}
.BgClassName
{
background-color: #07903C;
}
</style>
border-color css
<style>
span { border-color: #07903C; }
span { border-color: rgb(7,144,60); }
td.TdClassName
{
border-color: #07903C;
}
.TagClassName
{
border-color: #07903C;
}
</style>