Shades of Persian Green #07A08C
Tints of Persian Green #07A08C
RGB
CMYK
RGB Variations
Color information
#07A08C (or 0x07A08C) is known color: Persian Green. HEX triplet: 07, A0 and 8C. RGB value is (7,160,140). Sum of RGB (Red+Green+Blue) = 7+160+140=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #07A08C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A08C is #F85F73. Grayscale: #6F6F6F. Windows color (decimal): -16277364 or 9216007. OLE color: 9216007.
HSL color Cylindrical-coordinate representation of color #07A08C: hue angle of 172.16º 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 #07A08C is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 140 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.37 |
| HSL | 172.16º | 0.92% | 0.33% | - |
| HSV(B) | 172.16º | 0.96% | 0.63% | - |
| XYZ | 17.39 | 27.08 | 29.12 | - |
| YUV | 111.97 | 143.81 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 140 | 0.96 | 0 | 0.12 | 0.37 | 172.16 | 0.92 | 0.33 |
| Hex | 7 | A0 | 8C | 60 | 0 | C | 25 | AC | 5C | 21 |
| Octal | 7 | 240 | 214 | 140 | 0 | 14 | 45 | 254 | 134 | 41 |
| Binary | 111 | 10100000 | 10001100 | 1100000 | 0 | 1100 | 100101 | 10101100 | 1011100 | 100001 |
Color Harmonies of #07A08C
Complementary color
Monochromatic Colors of #07A08C
Black with #07A08C
Text Example
Text Example
White with #07A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A08C; }
p { color: rgb(7,160,140); }
H1.HeaderClassName
{
color: #07A08C;
}
.AnyTagClassName
{
color: #07A08C;
}
</style>
background-color css
<style>
a { background-color: #07A08C; }
a { background-color: rgb(7,160,140); }
div.DivClassName
{
background-color: #07A08C;
}
.BgClassName
{
background-color: #07A08C;
}
</style>
border-color css
<style>
span { border-color: #07A08C; }
span { border-color: rgb(7,160,140); }
td.TdClassName
{
border-color: #07A08C;
}
.TagClassName
{
border-color: #07A08C;
}
</style>