Shades of Persian Green #07A189
Tints of Persian Green #07A189
RGB
CMYK
RGB Variations
Color information
#07A189 (or 0x07A189) is known color: Persian Green. HEX triplet: 07, A1 and 89. RGB value is (7,161,137). Sum of RGB (Red+Green+Blue) = 7+161+137=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #07A189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A189 is #F85E76. Grayscale: #707070. Windows color (decimal): -16277111 or 9019655. OLE color: 9019655.
HSL color Cylindrical-coordinate representation of color #07A189: hue angle of 170.65º 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 #07A189 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 161 | 137 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.37 |
| HSL | 170.65º | 0.92% | 0.33% | - |
| HSV(B) | 170.65º | 0.96% | 0.63% | - |
| XYZ | 17.35 | 27.34 | 28.03 | - |
| YUV | 112.22 | 141.98 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 137 | 0.96 | 0 | 0.15 | 0.37 | 170.65 | 0.92 | 0.33 |
| Hex | 7 | A1 | 89 | 60 | 0 | F | 25 | AB | 5C | 21 |
| Octal | 7 | 241 | 211 | 140 | 0 | 17 | 45 | 253 | 134 | 41 |
| Binary | 111 | 10100001 | 10001001 | 1100000 | 0 | 1111 | 100101 | 10101011 | 1011100 | 100001 |
Color Harmonies of #07A189
Complementary color
Monochromatic Colors of #07A189
Black with #07A189
Text Example
Text Example
White with #07A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A189; }
p { color: rgb(7,161,137); }
H1.HeaderClassName
{
color: #07A189;
}
.AnyTagClassName
{
color: #07A189;
}
</style>
background-color css
<style>
a { background-color: #07A189; }
a { background-color: rgb(7,161,137); }
div.DivClassName
{
background-color: #07A189;
}
.BgClassName
{
background-color: #07A189;
}
</style>
border-color css
<style>
span { border-color: #07A189; }
span { border-color: rgb(7,161,137); }
td.TdClassName
{
border-color: #07A189;
}
.TagClassName
{
border-color: #07A189;
}
</style>