Shades of Persian Green #07B7A1
Tints of Persian Green #07B7A1
RGB
CMYK
RGB Variations
Color information
#07B7A1 (or 0x07B7A1) is known color: Persian Green. HEX triplet: 07, B7 and A1. RGB value is (7,183,161). Sum of RGB (Red+Green+Blue) = 7+183+161=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #07B7A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B7A1 is #F8485E. Grayscale: #7F7F7F. Windows color (decimal): -16271455 or 10598151. OLE color: 10598151.
HSL color Cylindrical-coordinate representation of color #07B7A1: hue angle of 172.5º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B7A1 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 7 | 183 | 161 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.28 |
| HSL | 172.5º | 0.93% | 0.37% | - |
| HSV(B) | 172.5º | 0.96% | 0.72% | - |
| XYZ | 23.45 | 36.49 | 39.52 | - |
| YUV | 127.87 | 146.69 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 183 | 161 | 0.96 | 0 | 0.12 | 0.28 | 172.5 | 0.93 | 0.37 |
| Hex | 7 | B7 | A1 | 60 | 0 | C | 1C | AC | 5D | 25 |
| Octal | 7 | 267 | 241 | 140 | 0 | 14 | 34 | 254 | 135 | 45 |
| Binary | 111 | 10110111 | 10100001 | 1100000 | 0 | 1100 | 11100 | 10101100 | 1011101 | 100101 |
Color Harmonies of #07B7A1
Complementary color
Monochromatic Colors of #07B7A1
Black with #07B7A1
Text Example
Text Example
White with #07B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B7A1; }
p { color: rgb(7,183,161); }
H1.HeaderClassName
{
color: #07B7A1;
}
.AnyTagClassName
{
color: #07B7A1;
}
</style>
background-color css
<style>
a { background-color: #07B7A1; }
a { background-color: rgb(7,183,161); }
div.DivClassName
{
background-color: #07B7A1;
}
.BgClassName
{
background-color: #07B7A1;
}
</style>
border-color css
<style>
span { border-color: #07B7A1; }
span { border-color: rgb(7,183,161); }
td.TdClassName
{
border-color: #07B7A1;
}
.TagClassName
{
border-color: #07B7A1;
}
</style>