Shades of Persian Green #07AB89
Tints of Persian Green #07AB89
RGB
CMYK
RGB Variations
Color information
#07AB89 (or 0x07AB89) is known color: Persian Green. HEX triplet: 07, AB and 89. RGB value is (7,171,137). Sum of RGB (Red+Green+Blue) = 7+171+137=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AB89 is #F85476. Grayscale: #767676. Windows color (decimal): -16274551 or 9022215. OLE color: 9022215.
HSL color Cylindrical-coordinate representation of color #07AB89: hue angle of 167.56º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AB89 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 171 | 137 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.33 |
| HSL | 167.56º | 0.92% | 0.35% | - |
| HSV(B) | 167.56º | 0.96% | 0.67% | - |
| XYZ | 19.17 | 30.98 | 28.64 | - |
| YUV | 118.09 | 138.67 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 137 | 0.96 | 0 | 0.20 | 0.33 | 167.56 | 0.92 | 0.35 |
| Hex | 7 | AB | 89 | 60 | 0 | 14 | 21 | A8 | 5C | 23 |
| Octal | 7 | 253 | 211 | 140 | 0 | 24 | 41 | 250 | 134 | 43 |
| Binary | 111 | 10101011 | 10001001 | 1100000 | 0 | 10100 | 100001 | 10101000 | 1011100 | 100011 |
Color Harmonies of #07AB89
Complementary color
Monochromatic Colors of #07AB89
Black with #07AB89
Text Example
Text Example
White with #07AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AB89; }
p { color: rgb(7,171,137); }
H1.HeaderClassName
{
color: #07AB89;
}
.AnyTagClassName
{
color: #07AB89;
}
</style>
background-color css
<style>
a { background-color: #07AB89; }
a { background-color: rgb(7,171,137); }
div.DivClassName
{
background-color: #07AB89;
}
.BgClassName
{
background-color: #07AB89;
}
</style>
border-color css
<style>
span { border-color: #07AB89; }
span { border-color: rgb(7,171,137); }
td.TdClassName
{
border-color: #07AB89;
}
.TagClassName
{
border-color: #07AB89;
}
</style>