Shades of Persian Green #069EA2
Tints of Persian Green #069EA2
RGB
CMYK
RGB Variations
Color information
#069EA2 (or 0x069EA2) is known color: Persian Green. HEX triplet: 06, 9E and A2. RGB value is (6,158,162). Sum of RGB (Red+Green+Blue) = 6+158+162=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #069EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069EA2 is #F9615D. Grayscale: #707070. Windows color (decimal): -16343390 or 10657286. OLE color: 10657286.
HSL color Cylindrical-coordinate representation of color #069EA2: hue angle of 181.54º 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 #069EA2 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 158 | 162 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.36 |
| HSL | 181.54º | 0.93% | 0.33% | - |
| HSV(B) | 181.54º | 0.96% | 0.64% | - |
| XYZ | 18.82 | 27.1 | 38.42 | - |
| YUV | 113.01 | 155.64 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 162 | 0.96 | 0.02 | 0 | 0.36 | 181.54 | 0.93 | 0.33 |
| Hex | 6 | 9E | A2 | 60 | 2 | 0 | 24 | B6 | 5D | 21 |
| Octal | 6 | 236 | 242 | 140 | 2 | 0 | 44 | 266 | 135 | 41 |
| Binary | 110 | 10011110 | 10100010 | 1100000 | 10 | 0 | 100100 | 10110110 | 1011101 | 100001 |
Color Harmonies of #069EA2
Complementary color
Monochromatic Colors of #069EA2
Black with #069EA2
Text Example
Text Example
White with #069EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EA2; }
p { color: rgb(6,158,162); }
H1.HeaderClassName
{
color: #069EA2;
}
.AnyTagClassName
{
color: #069EA2;
}
</style>
background-color css
<style>
a { background-color: #069EA2; }
a { background-color: rgb(6,158,162); }
div.DivClassName
{
background-color: #069EA2;
}
.BgClassName
{
background-color: #069EA2;
}
</style>
border-color css
<style>
span { border-color: #069EA2; }
span { border-color: rgb(6,158,162); }
td.TdClassName
{
border-color: #069EA2;
}
.TagClassName
{
border-color: #069EA2;
}
</style>