Shades of Persian Green #06A285
Tints of Persian Green #06A285
RGB
CMYK
RGB Variations
Color information
#06A285 (or 0x06A285) is known color: Persian Green. HEX triplet: 06, A2 and 85. RGB value is (6,162,133). Sum of RGB (Red+Green+Blue) = 6+162+133=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #06A285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A285 is #F95D7A. Grayscale: #707070. Windows color (decimal): -16342395 or 8757766. OLE color: 8757766.
HSL color Cylindrical-coordinate representation of color #06A285: hue angle of 168.85º 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 #06A285 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 162 | 133 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.36 |
| HSL | 168.85º | 0.93% | 0.33% | - |
| HSV(B) | 168.85º | 0.96% | 0.64% | - |
| XYZ | 17.23 | 27.57 | 26.6 | - |
| YUV | 112.05 | 139.82 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 133 | 0.96 | 0 | 0.18 | 0.36 | 168.85 | 0.93 | 0.33 |
| Hex | 6 | A2 | 85 | 60 | 0 | 12 | 24 | A9 | 5D | 21 |
| Octal | 6 | 242 | 205 | 140 | 0 | 22 | 44 | 251 | 135 | 41 |
| Binary | 110 | 10100010 | 10000101 | 1100000 | 0 | 10010 | 100100 | 10101001 | 1011101 | 100001 |
Color Harmonies of #06A285
Complementary color
Monochromatic Colors of #06A285
Black with #06A285
Text Example
Text Example
White with #06A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A285; }
p { color: rgb(6,162,133); }
H1.HeaderClassName
{
color: #06A285;
}
.AnyTagClassName
{
color: #06A285;
}
</style>
background-color css
<style>
a { background-color: #06A285; }
a { background-color: rgb(6,162,133); }
div.DivClassName
{
background-color: #06A285;
}
.BgClassName
{
background-color: #06A285;
}
</style>
border-color css
<style>
span { border-color: #06A285; }
span { border-color: rgb(6,162,133); }
td.TdClassName
{
border-color: #06A285;
}
.TagClassName
{
border-color: #06A285;
}
</style>