Shades of Pigment Green #07A03C
Tints of Pigment Green #07A03C
RGB
CMYK
RGB Variations
Color information
#07A03C (or 0x07A03C) is known color: Pigment Green. HEX triplet: 07, A0 and 3C. RGB value is (7,160,60). Sum of RGB (Red+Green+Blue) = 7+160+60=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 160 (62.89% from 255 or 70.48% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 160 - color contains mainly: green. Hex color #07A03C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A03C is #F85FC3. Grayscale: #676767. Windows color (decimal): -16277444 or 3973127. OLE color: 3973127.
HSL color Cylindrical-coordinate representation of color #07A03C: hue angle of 140.78º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A03C is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 60 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.37 |
| HSL | 140.78º | 0.92% | 0.33% | - |
| HSV(B) | 140.78º | 0.96% | 0.63% | - |
| XYZ | 13.47 | 25.51 | 8.49 | - |
| YUV | 102.85 | 103.81 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 60 | 0.96 | 0 | 0.62 | 0.37 | 140.78 | 0.92 | 0.33 |
| Hex | 7 | A0 | 3C | 60 | 0 | 3E | 25 | 8D | 5C | 21 |
| Octal | 7 | 240 | 74 | 140 | 0 | 76 | 45 | 215 | 134 | 41 |
| Binary | 111 | 10100000 | 111100 | 1100000 | 0 | 111110 | 100101 | 10001101 | 1011100 | 100001 |
Color Harmonies of #07A03C
Complementary color
Monochromatic Colors of #07A03C
Black with #07A03C
Text Example
Text Example
White with #07A03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A03C; }
p { color: rgb(7,160,60); }
H1.HeaderClassName
{
color: #07A03C;
}
.AnyTagClassName
{
color: #07A03C;
}
</style>
background-color css
<style>
a { background-color: #07A03C; }
a { background-color: rgb(7,160,60); }
div.DivClassName
{
background-color: #07A03C;
}
.BgClassName
{
background-color: #07A03C;
}
</style>
border-color css
<style>
span { border-color: #07A03C; }
span { border-color: rgb(7,160,60); }
td.TdClassName
{
border-color: #07A03C;
}
.TagClassName
{
border-color: #07A03C;
}
</style>