Shades of Persian Green #06A296
Tints of Persian Green #06A296
RGB
CMYK
RGB Variations
Color information
#06A296 (or 0x06A296) is known color: Persian Green. HEX triplet: 06, A2 and 96. RGB value is (6,162,150). Sum of RGB (Red+Green+Blue) = 6+162+150=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #06A296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A296 is #F95D69. Grayscale: #717171. Windows color (decimal): -16342378 or 9871878. OLE color: 9871878.
HSL color Cylindrical-coordinate representation of color #06A296: hue angle of 175.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A296 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 150 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.36 |
| HSL | 175.38º | 0.93% | 0.33% | - |
| HSV(B) | 175.38º | 0.96% | 0.64% | - |
| XYZ | 18.5 | 28.08 | 33.3 | - |
| YUV | 113.99 | 148.32 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 150 | 0.96 | 0 | 0.07 | 0.36 | 175.38 | 0.93 | 0.33 |
| Hex | 6 | A2 | 96 | 60 | 0 | 7 | 24 | AF | 5D | 21 |
| Octal | 6 | 242 | 226 | 140 | 0 | 7 | 44 | 257 | 135 | 41 |
| Binary | 110 | 10100010 | 10010110 | 1100000 | 0 | 111 | 100100 | 10101111 | 1011101 | 100001 |
Color Harmonies of #06A296
Complementary color
Monochromatic Colors of #06A296
Black with #06A296
Text Example
Text Example
White with #06A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A296; }
p { color: rgb(6,162,150); }
H1.HeaderClassName
{
color: #06A296;
}
.AnyTagClassName
{
color: #06A296;
}
</style>
background-color css
<style>
a { background-color: #06A296; }
a { background-color: rgb(6,162,150); }
div.DivClassName
{
background-color: #06A296;
}
.BgClassName
{
background-color: #06A296;
}
</style>
border-color css
<style>
span { border-color: #06A296; }
span { border-color: rgb(6,162,150); }
td.TdClassName
{
border-color: #06A296;
}
.TagClassName
{
border-color: #06A296;
}
</style>