Shades of Persian Green #06B790
Tints of Persian Green #06B790
RGB
CMYK
RGB Variations
Color information
#06B790 (or 0x06B790) is known color: Persian Green. HEX triplet: 06, B7 and 90. RGB value is (6,183,144). Sum of RGB (Red+Green+Blue) = 6+183+144=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #06B790 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B790 is #F9486F. Grayscale: #7D7D7D. Windows color (decimal): -16337008 or 9484038. OLE color: 9484038.
HSL color Cylindrical-coordinate representation of color #06B790: hue angle of 166.78º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B790 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 183 | 144 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.28 |
| HSL | 166.78º | 0.94% | 0.37% | - |
| HSV(B) | 166.78º | 0.97% | 0.72% | - |
| XYZ | 22.04 | 35.92 | 32.16 | - |
| YUV | 125.63 | 138.36 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 183 | 144 | 0.97 | 0 | 0.21 | 0.28 | 166.78 | 0.94 | 0.37 |
| Hex | 6 | B7 | 90 | 61 | 0 | 15 | 1C | A7 | 5E | 25 |
| Octal | 6 | 267 | 220 | 141 | 0 | 25 | 34 | 247 | 136 | 45 |
| Binary | 110 | 10110111 | 10010000 | 1100001 | 0 | 10101 | 11100 | 10100111 | 1011110 | 100101 |
Color Harmonies of #06B790
Complementary color
Monochromatic Colors of #06B790
Black with #06B790
Text Example
Text Example
White with #06B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B790; }
p { color: rgb(6,183,144); }
H1.HeaderClassName
{
color: #06B790;
}
.AnyTagClassName
{
color: #06B790;
}
</style>
background-color css
<style>
a { background-color: #06B790; }
a { background-color: rgb(6,183,144); }
div.DivClassName
{
background-color: #06B790;
}
.BgClassName
{
background-color: #06B790;
}
</style>
border-color css
<style>
span { border-color: #06B790; }
span { border-color: rgb(6,183,144); }
td.TdClassName
{
border-color: #06B790;
}
.TagClassName
{
border-color: #06B790;
}
</style>