Shades of Persian Green #01B7A3
Tints of Persian Green #01B7A3
RGB
CMYK
RGB Variations
Color information
#01B7A3 (or 0x01B7A3) is known color: Persian Green. HEX triplet: 01, B7 and A3. RGB value is (1,183,163). Sum of RGB (Red+Green+Blue) = 1+183+163=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #01B7A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B7A3 is #FE485C. Grayscale: #7E7E7E. Windows color (decimal): -16664669 or 10729217. OLE color: 10729217.
HSL color Cylindrical-coordinate representation of color #01B7A3: hue angle of 173.41º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B7A3 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 163 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.28 |
| HSL | 173.41º | 0.99% | 0.36% | - |
| HSV(B) | 173.41º | 0.99% | 0.72% | - |
| XYZ | 23.56 | 36.52 | 40.46 | - |
| YUV | 126.3 | 148.7 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 163 | 0.99 | 0 | 0.11 | 0.28 | 173.41 | 0.99 | 0.36 |
| Hex | 1 | B7 | A3 | 63 | 0 | B | 1C | AD | 63 | 24 |
| Octal | 1 | 267 | 243 | 143 | 0 | 13 | 34 | 255 | 143 | 44 |
| Binary | 1 | 10110111 | 10100011 | 1100011 | 0 | 1011 | 11100 | 10101101 | 1100011 | 100100 |
Color Harmonies of #01B7A3
Complementary color
Monochromatic Colors of #01B7A3
Black with #01B7A3
Text Example
Text Example
White with #01B7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B7A3; }
p { color: rgb(1,183,163); }
H1.HeaderClassName
{
color: #01B7A3;
}
.AnyTagClassName
{
color: #01B7A3;
}
</style>
background-color css
<style>
a { background-color: #01B7A3; }
a { background-color: rgb(1,183,163); }
div.DivClassName
{
background-color: #01B7A3;
}
.BgClassName
{
background-color: #01B7A3;
}
</style>
border-color css
<style>
span { border-color: #01B7A3; }
span { border-color: rgb(1,183,163); }
td.TdClassName
{
border-color: #01B7A3;
}
.TagClassName
{
border-color: #01B7A3;
}
</style>