Shades of Persian Green #06A689
Tints of Persian Green #06A689
RGB
CMYK
RGB Variations
Color information
#06A689 (or 0x06A689) is known color: Persian Green. HEX triplet: 06, A6 and 89. RGB value is (6,166,137). Sum of RGB (Red+Green+Blue) = 6+166+137=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #06A689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A689 is #F95976. Grayscale: #727272. Windows color (decimal): -16341367 or 9020934. OLE color: 9020934.
HSL color Cylindrical-coordinate representation of color #06A689: hue angle of 169.12º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A689 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 166 | 137 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.35 |
| HSL | 169.13º | 0.93% | 0.34% | - |
| HSV(B) | 169.13º | 0.96% | 0.65% | - |
| XYZ | 18.23 | 29.12 | 28.33 | - |
| YUV | 114.85 | 140.49 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 166 | 137 | 0.96 | 0 | 0.17 | 0.35 | 169.13 | 0.93 | 0.34 |
| Hex | 6 | A6 | 89 | 60 | 0 | 11 | 23 | A9 | 5D | 22 |
| Octal | 6 | 246 | 211 | 140 | 0 | 21 | 43 | 251 | 135 | 42 |
| Binary | 110 | 10100110 | 10001001 | 1100000 | 0 | 10001 | 100011 | 10101001 | 1011101 | 100010 |
Color Harmonies of #06A689
Complementary color
Monochromatic Colors of #06A689
Black with #06A689
Text Example
Text Example
White with #06A689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A689; }
p { color: rgb(6,166,137); }
H1.HeaderClassName
{
color: #06A689;
}
.AnyTagClassName
{
color: #06A689;
}
</style>
background-color css
<style>
a { background-color: #06A689; }
a { background-color: rgb(6,166,137); }
div.DivClassName
{
background-color: #06A689;
}
.BgClassName
{
background-color: #06A689;
}
</style>
border-color css
<style>
span { border-color: #06A689; }
span { border-color: rgb(6,166,137); }
td.TdClassName
{
border-color: #06A689;
}
.TagClassName
{
border-color: #06A689;
}
</style>