Shades of Persian Green #07A0A4
Tints of Persian Green #07A0A4
RGB
CMYK
RGB Variations
Color information
#07A0A4 (or 0x07A0A4) is known color: Persian Green. HEX triplet: 07, A0 and A4. RGB value is (7,160,164). Sum of RGB (Red+Green+Blue) = 7+160+164=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #07A0A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A0A4 is #F85F5B. Grayscale: #727272. Windows color (decimal): -16277340 or 10788871. OLE color: 10788871.
HSL color Cylindrical-coordinate representation of color #07A0A4: hue angle of 181.53º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A0A4 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 160 | 164 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.36 |
| HSL | 181.53º | 0.92% | 0.34% | - |
| HSV(B) | 181.53º | 0.96% | 0.64% | - |
| XYZ | 19.36 | 27.87 | 39.48 | - |
| YUV | 114.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 164 | 0.96 | 0.02 | 0 | 0.36 | 181.53 | 0.92 | 0.34 |
| Hex | 7 | A0 | A4 | 60 | 2 | 0 | 24 | B6 | 5C | 22 |
| Octal | 7 | 240 | 244 | 140 | 2 | 0 | 44 | 266 | 134 | 42 |
| Binary | 111 | 10100000 | 10100100 | 1100000 | 10 | 0 | 100100 | 10110110 | 1011100 | 100010 |
Color Harmonies of #07A0A4
Complementary color
Monochromatic Colors of #07A0A4
Black with #07A0A4
Text Example
Text Example
White with #07A0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0A4; }
p { color: rgb(7,160,164); }
H1.HeaderClassName
{
color: #07A0A4;
}
.AnyTagClassName
{
color: #07A0A4;
}
</style>
background-color css
<style>
a { background-color: #07A0A4; }
a { background-color: rgb(7,160,164); }
div.DivClassName
{
background-color: #07A0A4;
}
.BgClassName
{
background-color: #07A0A4;
}
</style>
border-color css
<style>
span { border-color: #07A0A4; }
span { border-color: rgb(7,160,164); }
td.TdClassName
{
border-color: #07A0A4;
}
.TagClassName
{
border-color: #07A0A4;
}
</style>