Shades of Persian Green #07A995
Tints of Persian Green #07A995
RGB
CMYK
RGB Variations
Color information
#07A995 (or 0x07A995) is known color: Persian Green. HEX triplet: 07, A9 and 95. RGB value is (7,169,149). Sum of RGB (Red+Green+Blue) = 7+169+149=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #07A995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A995 is #F8566A. Grayscale: #767676. Windows color (decimal): -16275051 or 9808135. OLE color: 9808135.
HSL color Cylindrical-coordinate representation of color #07A995: hue angle of 172.59º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A995 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 169 | 149 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.34 |
| HSL | 172.59º | 0.92% | 0.35% | - |
| HSV(B) | 172.59º | 0.96% | 0.66% | - |
| XYZ | 19.7 | 30.59 | 33.3 | - |
| YUV | 118.28 | 145.33 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 169 | 149 | 0.96 | 0 | 0.12 | 0.34 | 172.59 | 0.92 | 0.35 |
| Hex | 7 | A9 | 95 | 60 | 0 | C | 22 | AD | 5C | 23 |
| Octal | 7 | 251 | 225 | 140 | 0 | 14 | 42 | 255 | 134 | 43 |
| Binary | 111 | 10101001 | 10010101 | 1100000 | 0 | 1100 | 100010 | 10101101 | 1011100 | 100011 |
Color Harmonies of #07A995
Complementary color
Monochromatic Colors of #07A995
Black with #07A995
Text Example
Text Example
White with #07A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A995; }
p { color: rgb(7,169,149); }
H1.HeaderClassName
{
color: #07A995;
}
.AnyTagClassName
{
color: #07A995;
}
</style>
background-color css
<style>
a { background-color: #07A995; }
a { background-color: rgb(7,169,149); }
div.DivClassName
{
background-color: #07A995;
}
.BgClassName
{
background-color: #07A995;
}
</style>
border-color css
<style>
span { border-color: #07A995; }
span { border-color: rgb(7,169,149); }
td.TdClassName
{
border-color: #07A995;
}
.TagClassName
{
border-color: #07A995;
}
</style>