Shades of Persian Green #07A190
Tints of Persian Green #07A190
RGB
CMYK
RGB Variations
Color information
#07A190 (or 0x07A190) is known color: Persian Green. HEX triplet: 07, A1 and 90. RGB value is (7,161,144). Sum of RGB (Red+Green+Blue) = 7+161+144=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #07A190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A190 is #F85E6F. Grayscale: #707070. Windows color (decimal): -16277104 or 9478407. OLE color: 9478407.
HSL color Cylindrical-coordinate representation of color #07A190: hue angle of 173.38º 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 #07A190 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 161 | 144 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.37 |
| HSL | 173.38º | 0.92% | 0.33% | - |
| HSV(B) | 173.38º | 0.96% | 0.63% | - |
| XYZ | 17.87 | 27.55 | 30.76 | - |
| YUV | 113.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 144 | 0.96 | 0 | 0.11 | 0.37 | 173.38 | 0.92 | 0.33 |
| Hex | 7 | A1 | 90 | 60 | 0 | B | 25 | AD | 5C | 21 |
| Octal | 7 | 241 | 220 | 140 | 0 | 13 | 45 | 255 | 134 | 41 |
| Binary | 111 | 10100001 | 10010000 | 1100000 | 0 | 1011 | 100101 | 10101101 | 1011100 | 100001 |
Color Harmonies of #07A190
Complementary color
Monochromatic Colors of #07A190
Black with #07A190
Text Example
Text Example
White with #07A190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A190; }
p { color: rgb(7,161,144); }
H1.HeaderClassName
{
color: #07A190;
}
.AnyTagClassName
{
color: #07A190;
}
</style>
background-color css
<style>
a { background-color: #07A190; }
a { background-color: rgb(7,161,144); }
div.DivClassName
{
background-color: #07A190;
}
.BgClassName
{
background-color: #07A190;
}
</style>
border-color css
<style>
span { border-color: #07A190; }
span { border-color: rgb(7,161,144); }
td.TdClassName
{
border-color: #07A190;
}
.TagClassName
{
border-color: #07A190;
}
</style>