Shades of Persian Green #069DA2
Tints of Persian Green #069DA2
RGB
CMYK
RGB Variations
Color information
#069DA2 (or 0x069DA2) is known color: Persian Green. HEX triplet: 06, 9D and A2. RGB value is (6,157,162). Sum of RGB (Red+Green+Blue) = 6+157+162=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #069DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069DA2 is #F9625D. Grayscale: #707070. Windows color (decimal): -16343646 or 10657030. OLE color: 10657030.
HSL color Cylindrical-coordinate representation of color #069DA2: hue angle of 181.92º 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 #069DA2 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 157 | 162 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.36 |
| HSL | 181.92º | 0.93% | 0.33% | - |
| HSV(B) | 181.92º | 0.96% | 0.64% | - |
| XYZ | 18.65 | 26.76 | 38.36 | - |
| YUV | 112.42 | 155.97 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 162 | 0.96 | 0.03 | 0 | 0.36 | 181.92 | 0.93 | 0.33 |
| Hex | 6 | 9D | A2 | 60 | 3 | 0 | 24 | B6 | 5D | 21 |
| Octal | 6 | 235 | 242 | 140 | 3 | 0 | 44 | 266 | 135 | 41 |
| Binary | 110 | 10011101 | 10100010 | 1100000 | 11 | 0 | 100100 | 10110110 | 1011101 | 100001 |
Color Harmonies of #069DA2
Complementary color
Monochromatic Colors of #069DA2
Black with #069DA2
Text Example
Text Example
White with #069DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DA2; }
p { color: rgb(6,157,162); }
H1.HeaderClassName
{
color: #069DA2;
}
.AnyTagClassName
{
color: #069DA2;
}
</style>
background-color css
<style>
a { background-color: #069DA2; }
a { background-color: rgb(6,157,162); }
div.DivClassName
{
background-color: #069DA2;
}
.BgClassName
{
background-color: #069DA2;
}
</style>
border-color css
<style>
span { border-color: #069DA2; }
span { border-color: rgb(6,157,162); }
td.TdClassName
{
border-color: #069DA2;
}
.TagClassName
{
border-color: #069DA2;
}
</style>