Shades of Persian Green #06A699
Tints of Persian Green #06A699
RGB
CMYK
RGB Variations
Color information
#06A699 (or 0x06A699) is known color: Persian Green. HEX triplet: 06, A6 and 99. RGB value is (6,166,153). Sum of RGB (Red+Green+Blue) = 6+166+153=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #06A699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A699 is #F95966. Grayscale: #747474. Windows color (decimal): -16341351 or 10069510. OLE color: 10069510.
HSL color Cylindrical-coordinate representation of color #06A699: hue angle of 175.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 #06A699 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 166 | 153 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.35 |
| HSL | 175.13º | 0.93% | 0.34% | - |
| HSV(B) | 175.13º | 0.96% | 0.65% | - |
| XYZ | 19.46 | 29.61 | 34.83 | - |
| YUV | 116.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 166 | 153 | 0.96 | 0 | 0.08 | 0.35 | 175.13 | 0.93 | 0.34 |
| Hex | 6 | A6 | 99 | 60 | 0 | 8 | 23 | AF | 5D | 22 |
| Octal | 6 | 246 | 231 | 140 | 0 | 10 | 43 | 257 | 135 | 42 |
| Binary | 110 | 10100110 | 10011001 | 1100000 | 0 | 1000 | 100011 | 10101111 | 1011101 | 100010 |
Color Harmonies of #06A699
Complementary color
Monochromatic Colors of #06A699
Black with #06A699
Text Example
Text Example
White with #06A699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A699; }
p { color: rgb(6,166,153); }
H1.HeaderClassName
{
color: #06A699;
}
.AnyTagClassName
{
color: #06A699;
}
</style>
background-color css
<style>
a { background-color: #06A699; }
a { background-color: rgb(6,166,153); }
div.DivClassName
{
background-color: #06A699;
}
.BgClassName
{
background-color: #06A699;
}
</style>
border-color css
<style>
span { border-color: #06A699; }
span { border-color: rgb(6,166,153); }
td.TdClassName
{
border-color: #06A699;
}
.TagClassName
{
border-color: #06A699;
}
</style>