Shades of Pigment Green #07A654
Tints of Pigment Green #07A654
RGB
CMYK
RGB Variations
Color information
#07A654 (or 0x07A654) is known color: Pigment Green. HEX triplet: 07, A6 and 54. RGB value is (7,166,84). Sum of RGB (Red+Green+Blue) = 7+166+84=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 166 (65.23% from 255 or 64.59% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 166 - color contains mainly: green. Hex color #07A654 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A654 is #F859AB. Grayscale: #6D6D6D. Windows color (decimal): -16275884 or 5547527. OLE color: 5547527.
HSL color Cylindrical-coordinate representation of color #07A654: hue angle of 149.06º 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 #07A654 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 166 | 84 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.35 |
| HSL | 149.06º | 0.92% | 0.34% | - |
| HSV(B) | 149.06º | 0.96% | 0.65% | - |
| XYZ | 15.32 | 27.96 | 12.98 | - |
| YUV | 109.11 | 113.82 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 166 | 84 | 0.96 | 0 | 0.49 | 0.35 | 149.06 | 0.92 | 0.34 |
| Hex | 7 | A6 | 54 | 60 | 0 | 31 | 23 | 95 | 5C | 22 |
| Octal | 7 | 246 | 124 | 140 | 0 | 61 | 43 | 225 | 134 | 42 |
| Binary | 111 | 10100110 | 1010100 | 1100000 | 0 | 110001 | 100011 | 10010101 | 1011100 | 100010 |
Color Harmonies of #07A654
Complementary color
Monochromatic Colors of #07A654
Black with #07A654
Text Example
Text Example
White with #07A654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A654; }
p { color: rgb(7,166,84); }
H1.HeaderClassName
{
color: #07A654;
}
.AnyTagClassName
{
color: #07A654;
}
</style>
background-color css
<style>
a { background-color: #07A654; }
a { background-color: rgb(7,166,84); }
div.DivClassName
{
background-color: #07A654;
}
.BgClassName
{
background-color: #07A654;
}
</style>
border-color css
<style>
span { border-color: #07A654; }
span { border-color: rgb(7,166,84); }
td.TdClassName
{
border-color: #07A654;
}
.TagClassName
{
border-color: #07A654;
}
</style>