Shades of Persian Green #01B790
Tints of Persian Green #01B790
RGB
CMYK
RGB Variations
Color information
#01B790 (or 0x01B790) is known color: Persian Green. HEX triplet: 01, B7 and 90. RGB value is (1,183,144). Sum of RGB (Red+Green+Blue) = 1+183+144=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #01B790 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B790 is #FE486F. Grayscale: #7C7C7C. Windows color (decimal): -16664688 or 9484033. OLE color: 9484033.
HSL color Cylindrical-coordinate representation of color #01B790: hue angle of 167.14º 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 #01B790 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 144 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.28 |
| HSL | 167.14º | 0.99% | 0.36% | - |
| HSV(B) | 167.14º | 0.99% | 0.72% | - |
| XYZ | 21.98 | 35.89 | 32.15 | - |
| YUV | 124.14 | 139.2 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 144 | 0.99 | 0 | 0.21 | 0.28 | 167.14 | 0.99 | 0.36 |
| Hex | 1 | B7 | 90 | 63 | 0 | 15 | 1C | A7 | 63 | 24 |
| Octal | 1 | 267 | 220 | 143 | 0 | 25 | 34 | 247 | 143 | 44 |
| Binary | 1 | 10110111 | 10010000 | 1100011 | 0 | 10101 | 11100 | 10100111 | 1100011 | 100100 |
Color Harmonies of #01B790
Complementary color
Monochromatic Colors of #01B790
Black with #01B790
Text Example
Text Example
White with #01B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B790; }
p { color: rgb(1,183,144); }
H1.HeaderClassName
{
color: #01B790;
}
.AnyTagClassName
{
color: #01B790;
}
</style>
background-color css
<style>
a { background-color: #01B790; }
a { background-color: rgb(1,183,144); }
div.DivClassName
{
background-color: #01B790;
}
.BgClassName
{
background-color: #01B790;
}
</style>
border-color css
<style>
span { border-color: #01B790; }
span { border-color: rgb(1,183,144); }
td.TdClassName
{
border-color: #01B790;
}
.TagClassName
{
border-color: #01B790;
}
</style>