Shades of Pigment Green #07A546
Tints of Pigment Green #07A546
RGB
CMYK
RGB Variations
Color information
#07A546 (or 0x07A546) is known color: Pigment Green. HEX triplet: 07, A5 and 46. RGB value is (7,165,70). Sum of RGB (Red+Green+Blue) = 7+165+70=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 165 (64.84% from 255 or 68.18% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 165 - color contains mainly: green. Hex color #07A546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A546 is #F85AB9. Grayscale: #6B6B6B. Windows color (decimal): -16276154 or 4629767. OLE color: 4629767.
HSL color Cylindrical-coordinate representation of color #07A546: hue angle of 143.92º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A546 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 165 | 70 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.35 |
| HSL | 143.92º | 0.92% | 0.34% | - |
| HSV(B) | 143.92º | 0.96% | 0.65% | - |
| XYZ | 14.65 | 27.4 | 10.31 | - |
| YUV | 106.93 | 107.15 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 165 | 70 | 0.96 | 0 | 0.58 | 0.35 | 143.92 | 0.92 | 0.34 |
| Hex | 7 | A5 | 46 | 60 | 0 | 3A | 23 | 90 | 5C | 22 |
| Octal | 7 | 245 | 106 | 140 | 0 | 72 | 43 | 220 | 134 | 42 |
| Binary | 111 | 10100101 | 1000110 | 1100000 | 0 | 111010 | 100011 | 10010000 | 1011100 | 100010 |
Color Harmonies of #07A546
Complementary color
Monochromatic Colors of #07A546
Black with #07A546
Text Example
Text Example
White with #07A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A546; }
p { color: rgb(7,165,70); }
H1.HeaderClassName
{
color: #07A546;
}
.AnyTagClassName
{
color: #07A546;
}
</style>
background-color css
<style>
a { background-color: #07A546; }
a { background-color: rgb(7,165,70); }
div.DivClassName
{
background-color: #07A546;
}
.BgClassName
{
background-color: #07A546;
}
</style>
border-color css
<style>
span { border-color: #07A546; }
span { border-color: rgb(7,165,70); }
td.TdClassName
{
border-color: #07A546;
}
.TagClassName
{
border-color: #07A546;
}
</style>