Shades of Persian Green #069FA2
Tints of Persian Green #069FA2
RGB
CMYK
RGB Variations
Color information
#069FA2 (or 0x069FA2) is known color: Persian Green. HEX triplet: 06, 9F and A2. RGB value is (6,159,162). Sum of RGB (Red+Green+Blue) = 6+159+162=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 162 (63.67% from 255 or 49.54% from 327); Max value from RGB is 162 - color contains mainly: blue. Hex color #069FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069FA2 is #F9605D. Grayscale: #717171. Windows color (decimal): -16343134 or 10657542. OLE color: 10657542.
HSL color Cylindrical-coordinate representation of color #069FA2: hue angle of 181.15º 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 #069FA2 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 159 | 162 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.36 |
| HSL | 181.15º | 0.93% | 0.33% | - |
| HSV(B) | 181.15º | 0.96% | 0.64% | - |
| XYZ | 18.99 | 27.44 | 38.48 | - |
| YUV | 113.6 | 155.31 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 162 | 0.96 | 0.02 | 0 | 0.36 | 181.15 | 0.93 | 0.33 |
| Hex | 6 | 9F | A2 | 60 | 2 | 0 | 24 | B5 | 5D | 21 |
| Octal | 6 | 237 | 242 | 140 | 2 | 0 | 44 | 265 | 135 | 41 |
| Binary | 110 | 10011111 | 10100010 | 1100000 | 10 | 0 | 100100 | 10110101 | 1011101 | 100001 |
Color Harmonies of #069FA2
Complementary color
Monochromatic Colors of #069FA2
Black with #069FA2
Text Example
Text Example
White with #069FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069FA2; }
p { color: rgb(6,159,162); }
H1.HeaderClassName
{
color: #069FA2;
}
.AnyTagClassName
{
color: #069FA2;
}
</style>
background-color css
<style>
a { background-color: #069FA2; }
a { background-color: rgb(6,159,162); }
div.DivClassName
{
background-color: #069FA2;
}
.BgClassName
{
background-color: #069FA2;
}
</style>
border-color css
<style>
span { border-color: #069FA2; }
span { border-color: rgb(6,159,162); }
td.TdClassName
{
border-color: #069FA2;
}
.TagClassName
{
border-color: #069FA2;
}
</style>