Shades of Persian Green #07A387
Tints of Persian Green #07A387
RGB
CMYK
RGB Variations
Color information
#07A387 (or 0x07A387) is known color: Persian Green. HEX triplet: 07, A3 and 87. RGB value is (7,163,135). Sum of RGB (Red+Green+Blue) = 7+163+135=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #07A387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A387 is #F85C78. Grayscale: #717171. Windows color (decimal): -16276601 or 8889095. OLE color: 8889095.
HSL color Cylindrical-coordinate representation of color #07A387: hue angle of 169.23º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A387 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 163 | 135 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.36 |
| HSL | 169.23º | 0.92% | 0.33% | - |
| HSV(B) | 169.23º | 0.96% | 0.64% | - |
| XYZ | 17.56 | 27.99 | 27.4 | - |
| YUV | 113.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 163 | 135 | 0.96 | 0 | 0.17 | 0.36 | 169.23 | 0.92 | 0.33 |
| Hex | 7 | A3 | 87 | 60 | 0 | 11 | 24 | A9 | 5C | 21 |
| Octal | 7 | 243 | 207 | 140 | 0 | 21 | 44 | 251 | 134 | 41 |
| Binary | 111 | 10100011 | 10000111 | 1100000 | 0 | 10001 | 100100 | 10101001 | 1011100 | 100001 |
Color Harmonies of #07A387
Complementary color
Monochromatic Colors of #07A387
Black with #07A387
Text Example
Text Example
White with #07A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A387; }
p { color: rgb(7,163,135); }
H1.HeaderClassName
{
color: #07A387;
}
.AnyTagClassName
{
color: #07A387;
}
</style>
background-color css
<style>
a { background-color: #07A387; }
a { background-color: rgb(7,163,135); }
div.DivClassName
{
background-color: #07A387;
}
.BgClassName
{
background-color: #07A387;
}
</style>
border-color css
<style>
span { border-color: #07A387; }
span { border-color: rgb(7,163,135); }
td.TdClassName
{
border-color: #07A387;
}
.TagClassName
{
border-color: #07A387;
}
</style>