Shades of Persian Green #07AB8A
Tints of Persian Green #07AB8A
RGB
CMYK
RGB Variations
Color information
#07AB8A (or 0x07AB8A) is known color: Persian Green. HEX triplet: 07, AB and 8A. RGB value is (7,171,138). Sum of RGB (Red+Green+Blue) = 7+171+138=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AB8A is #F85475. Grayscale: #767676. Windows color (decimal): -16274550 or 9087751. OLE color: 9087751.
HSL color Cylindrical-coordinate representation of color #07AB8A: hue angle of 167.93º 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 #07AB8A is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 171 | 138 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.33 |
| HSL | 167.93º | 0.92% | 0.35% | - |
| HSV(B) | 167.93º | 0.96% | 0.67% | - |
| XYZ | 19.24 | 31.01 | 29.02 | - |
| YUV | 118.2 | 139.17 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 138 | 0.96 | 0 | 0.19 | 0.33 | 167.93 | 0.92 | 0.35 |
| Hex | 7 | AB | 8A | 60 | 0 | 13 | 21 | A8 | 5C | 23 |
| Octal | 7 | 253 | 212 | 140 | 0 | 23 | 41 | 250 | 134 | 43 |
| Binary | 111 | 10101011 | 10001010 | 1100000 | 0 | 10011 | 100001 | 10101000 | 1011100 | 100011 |
Color Harmonies of #07AB8A
Complementary color
Monochromatic Colors of #07AB8A
Black with #07AB8A
Text Example
Text Example
White with #07AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AB8A; }
p { color: rgb(7,171,138); }
H1.HeaderClassName
{
color: #07AB8A;
}
.AnyTagClassName
{
color: #07AB8A;
}
</style>
background-color css
<style>
a { background-color: #07AB8A; }
a { background-color: rgb(7,171,138); }
div.DivClassName
{
background-color: #07AB8A;
}
.BgClassName
{
background-color: #07AB8A;
}
</style>
border-color css
<style>
span { border-color: #07AB8A; }
span { border-color: rgb(7,171,138); }
td.TdClassName
{
border-color: #07AB8A;
}
.TagClassName
{
border-color: #07AB8A;
}
</style>