Shades of Persian Green #07A495
Tints of Persian Green #07A495
RGB
CMYK
RGB Variations
Color information
#07A495 (or 0x07A495) is known color: Persian Green. HEX triplet: 07, A4 and 95. RGB value is (7,164,149). Sum of RGB (Red+Green+Blue) = 7+164+149=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #07A495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A495 is #F85B6A. Grayscale: #737373. Windows color (decimal): -16276331 or 9806855. OLE color: 9806855.
HSL color Cylindrical-coordinate representation of color #07A495: hue angle of 174.27º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A495 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 164 | 149 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.36 |
| HSL | 174.27º | 0.92% | 0.34% | - |
| HSV(B) | 174.27º | 0.96% | 0.64% | - |
| XYZ | 18.79 | 28.77 | 33 | - |
| YUV | 115.35 | 146.99 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 164 | 149 | 0.96 | 0 | 0.09 | 0.36 | 174.27 | 0.92 | 0.34 |
| Hex | 7 | A4 | 95 | 60 | 0 | 9 | 24 | AE | 5C | 22 |
| Octal | 7 | 244 | 225 | 140 | 0 | 11 | 44 | 256 | 134 | 42 |
| Binary | 111 | 10100100 | 10010101 | 1100000 | 0 | 1001 | 100100 | 10101110 | 1011100 | 100010 |
Color Harmonies of #07A495
Complementary color
Monochromatic Colors of #07A495
Black with #07A495
Text Example
Text Example
White with #07A495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A495; }
p { color: rgb(7,164,149); }
H1.HeaderClassName
{
color: #07A495;
}
.AnyTagClassName
{
color: #07A495;
}
</style>
background-color css
<style>
a { background-color: #07A495; }
a { background-color: rgb(7,164,149); }
div.DivClassName
{
background-color: #07A495;
}
.BgClassName
{
background-color: #07A495;
}
</style>
border-color css
<style>
span { border-color: #07A495; }
span { border-color: rgb(7,164,149); }
td.TdClassName
{
border-color: #07A495;
}
.TagClassName
{
border-color: #07A495;
}
</style>