Shades of Persian Green #07B5A0
Tints of Persian Green #07B5A0
RGB
CMYK
RGB Variations
Color information
#07B5A0 (or 0x07B5A0) is known color: Persian Green. HEX triplet: 07, B5 and A0. RGB value is (7,181,160). Sum of RGB (Red+Green+Blue) = 7+181+160=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #07B5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B5A0 is #F84A5F. Grayscale: #7E7E7E. Windows color (decimal): -16271968 or 10532103. OLE color: 10532103.
HSL color Cylindrical-coordinate representation of color #07B5A0: hue angle of 172.76º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B5A0 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 181 | 160 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.29 |
| HSL | 172.76º | 0.93% | 0.37% | - |
| HSV(B) | 172.76º | 0.96% | 0.71% | - |
| XYZ | 22.96 | 35.63 | 38.93 | - |
| YUV | 126.58 | 146.85 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 181 | 160 | 0.96 | 0 | 0.12 | 0.29 | 172.76 | 0.93 | 0.37 |
| Hex | 7 | B5 | A0 | 60 | 0 | C | 1D | AD | 5D | 25 |
| Octal | 7 | 265 | 240 | 140 | 0 | 14 | 35 | 255 | 135 | 45 |
| Binary | 111 | 10110101 | 10100000 | 1100000 | 0 | 1100 | 11101 | 10101101 | 1011101 | 100101 |
Color Harmonies of #07B5A0
Complementary color
Monochromatic Colors of #07B5A0
Black with #07B5A0
Text Example
Text Example
White with #07B5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B5A0; }
p { color: rgb(7,181,160); }
H1.HeaderClassName
{
color: #07B5A0;
}
.AnyTagClassName
{
color: #07B5A0;
}
</style>
background-color css
<style>
a { background-color: #07B5A0; }
a { background-color: rgb(7,181,160); }
div.DivClassName
{
background-color: #07B5A0;
}
.BgClassName
{
background-color: #07B5A0;
}
</style>
border-color css
<style>
span { border-color: #07B5A0; }
span { border-color: rgb(7,181,160); }
td.TdClassName
{
border-color: #07B5A0;
}
.TagClassName
{
border-color: #07B5A0;
}
</style>