Shades of Pigment Green #07A650
Tints of Pigment Green #07A650
RGB
CMYK
RGB Variations
Color information
#07A650 (or 0x07A650) is known color: Pigment Green. HEX triplet: 07, A6 and 50. RGB value is (7,166,80). Sum of RGB (Red+Green+Blue) = 7+166+80=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 166 (65.23% from 255 or 65.61% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 166 - color contains mainly: green. Hex color #07A650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A650 is #F859AF. Grayscale: #6C6C6C. Windows color (decimal): -16275888 or 5285383. OLE color: 5285383.
HSL color Cylindrical-coordinate representation of color #07A650: hue angle of 147.55º 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 #07A650 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 166 | 80 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.35 |
| HSL | 147.55º | 0.92% | 0.34% | - |
| HSV(B) | 147.55º | 0.96% | 0.65% | - |
| XYZ | 15.17 | 27.9 | 12.17 | - |
| YUV | 108.66 | 111.82 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 166 | 80 | 0.96 | 0 | 0.52 | 0.35 | 147.55 | 0.92 | 0.34 |
| Hex | 7 | A6 | 50 | 60 | 0 | 34 | 23 | 94 | 5C | 22 |
| Octal | 7 | 246 | 120 | 140 | 0 | 64 | 43 | 224 | 134 | 42 |
| Binary | 111 | 10100110 | 1010000 | 1100000 | 0 | 110100 | 100011 | 10010100 | 1011100 | 100010 |
Color Harmonies of #07A650
Complementary color
Monochromatic Colors of #07A650
Black with #07A650
Text Example
Text Example
White with #07A650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A650; }
p { color: rgb(7,166,80); }
H1.HeaderClassName
{
color: #07A650;
}
.AnyTagClassName
{
color: #07A650;
}
</style>
background-color css
<style>
a { background-color: #07A650; }
a { background-color: rgb(7,166,80); }
div.DivClassName
{
background-color: #07A650;
}
.BgClassName
{
background-color: #07A650;
}
</style>
border-color css
<style>
span { border-color: #07A650; }
span { border-color: rgb(7,166,80); }
td.TdClassName
{
border-color: #07A650;
}
.TagClassName
{
border-color: #07A650;
}
</style>