Shades of Persian Green #07AB8D
Tints of Persian Green #07AB8D
RGB
CMYK
RGB Variations
Color information
#07AB8D (or 0x07AB8D) is known color: Persian Green. HEX triplet: 07, AB and 8D. RGB value is (7,171,141). Sum of RGB (Red+Green+Blue) = 7+171+141=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AB8D is #F85472. Grayscale: #767676. Windows color (decimal): -16274547 or 9284359. OLE color: 9284359.
HSL color Cylindrical-coordinate representation of color #07AB8D: hue angle of 169.02º 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 #07AB8D is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 171 | 141 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.33 |
| HSL | 169.02º | 0.92% | 0.35% | - |
| HSV(B) | 169.02º | 0.96% | 0.67% | - |
| XYZ | 19.46 | 31.09 | 30.18 | - |
| YUV | 118.54 | 140.67 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 141 | 0.96 | 0 | 0.18 | 0.33 | 169.02 | 0.92 | 0.35 |
| Hex | 7 | AB | 8D | 60 | 0 | 12 | 21 | A9 | 5C | 23 |
| Octal | 7 | 253 | 215 | 140 | 0 | 22 | 41 | 251 | 134 | 43 |
| Binary | 111 | 10101011 | 10001101 | 1100000 | 0 | 10010 | 100001 | 10101001 | 1011100 | 100011 |
Color Harmonies of #07AB8D
Complementary color
Monochromatic Colors of #07AB8D
Black with #07AB8D
Text Example
Text Example
White with #07AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AB8D; }
p { color: rgb(7,171,141); }
H1.HeaderClassName
{
color: #07AB8D;
}
.AnyTagClassName
{
color: #07AB8D;
}
</style>
background-color css
<style>
a { background-color: #07AB8D; }
a { background-color: rgb(7,171,141); }
div.DivClassName
{
background-color: #07AB8D;
}
.BgClassName
{
background-color: #07AB8D;
}
</style>
border-color css
<style>
span { border-color: #07AB8D; }
span { border-color: rgb(7,171,141); }
td.TdClassName
{
border-color: #07AB8D;
}
.TagClassName
{
border-color: #07AB8D;
}
</style>