Shades of Persian Green #07A089
Tints of Persian Green #07A089
RGB
CMYK
RGB Variations
Color information
#07A089 (or 0x07A089) is known color: Persian Green. HEX triplet: 07, A0 and 89. RGB value is (7,160,137). Sum of RGB (Red+Green+Blue) = 7+160+137=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #07A089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A089 is #F85F76. Grayscale: #6F6F6F. Windows color (decimal): -16277367 or 9019399. OLE color: 9019399.
HSL color Cylindrical-coordinate representation of color #07A089: hue angle of 170.98º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A089 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 137 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.37 |
| HSL | 170.98º | 0.92% | 0.33% | - |
| HSV(B) | 170.98º | 0.96% | 0.63% | - |
| XYZ | 17.17 | 26.99 | 27.97 | - |
| YUV | 111.63 | 142.31 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 137 | 0.96 | 0 | 0.14 | 0.37 | 170.98 | 0.92 | 0.33 |
| Hex | 7 | A0 | 89 | 60 | 0 | E | 25 | AB | 5C | 21 |
| Octal | 7 | 240 | 211 | 140 | 0 | 16 | 45 | 253 | 134 | 41 |
| Binary | 111 | 10100000 | 10001001 | 1100000 | 0 | 1110 | 100101 | 10101011 | 1011100 | 100001 |
Color Harmonies of #07A089
Complementary color
Monochromatic Colors of #07A089
Black with #07A089
Text Example
Text Example
White with #07A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A089; }
p { color: rgb(7,160,137); }
H1.HeaderClassName
{
color: #07A089;
}
.AnyTagClassName
{
color: #07A089;
}
</style>
background-color css
<style>
a { background-color: #07A089; }
a { background-color: rgb(7,160,137); }
div.DivClassName
{
background-color: #07A089;
}
.BgClassName
{
background-color: #07A089;
}
</style>
border-color css
<style>
span { border-color: #07A089; }
span { border-color: rgb(7,160,137); }
td.TdClassName
{
border-color: #07A089;
}
.TagClassName
{
border-color: #07A089;
}
</style>