Shades of Pigment Green #07A85A
Tints of Pigment Green #07A85A
RGB
CMYK
RGB Variations
Color information
#07A85A (or 0x07A85A) is known color: Pigment Green. HEX triplet: 07, A8 and 5A. RGB value is (7,168,90). Sum of RGB (Red+Green+Blue) = 7+168+90=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 168 (66.02% from 255 or 63.40% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 168 - color contains mainly: green. Hex color #07A85A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A85A is #F857A5. Grayscale: #6F6F6F. Windows color (decimal): -16275366 or 5941255. OLE color: 5941255.
HSL color Cylindrical-coordinate representation of color #07A85A: hue angle of 150.93º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A85A is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 168 | 90 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.34 |
| HSL | 150.93º | 0.92% | 0.34% | - |
| HSV(B) | 150.93º | 0.96% | 0.66% | - |
| XYZ | 15.94 | 28.79 | 14.39 | - |
| YUV | 110.97 | 116.16 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 90 | 0.96 | 0 | 0.46 | 0.34 | 150.93 | 0.92 | 0.34 |
| Hex | 7 | A8 | 5A | 60 | 0 | 2E | 22 | 97 | 5C | 22 |
| Octal | 7 | 250 | 132 | 140 | 0 | 56 | 42 | 227 | 134 | 42 |
| Binary | 111 | 10101000 | 1011010 | 1100000 | 0 | 101110 | 100010 | 10010111 | 1011100 | 100010 |
Color Harmonies of #07A85A
Complementary color
Monochromatic Colors of #07A85A
Black with #07A85A
Text Example
Text Example
White with #07A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A85A; }
p { color: rgb(7,168,90); }
H1.HeaderClassName
{
color: #07A85A;
}
.AnyTagClassName
{
color: #07A85A;
}
</style>
background-color css
<style>
a { background-color: #07A85A; }
a { background-color: rgb(7,168,90); }
div.DivClassName
{
background-color: #07A85A;
}
.BgClassName
{
background-color: #07A85A;
}
</style>
border-color css
<style>
span { border-color: #07A85A; }
span { border-color: rgb(7,168,90); }
td.TdClassName
{
border-color: #07A85A;
}
.TagClassName
{
border-color: #07A85A;
}
</style>