Shades of Persian Green #069CA2
Tints of Persian Green #069CA2
RGB
CMYK
RGB Variations
Color information
#069CA2 (or 0x069CA2) is known color: Persian Green. HEX triplet: 06, 9C and A2. RGB value is (6,156,162). Sum of RGB (Red+Green+Blue) = 6+156+162=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #069CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069CA2 is #F9635D. Grayscale: #6F6F6F. Windows color (decimal): -16343902 or 10656774. OLE color: 10656774.
HSL color Cylindrical-coordinate representation of color #069CA2: hue angle of 182.31º 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 #069CA2 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 156 | 162 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.36 |
| HSL | 182.31º | 0.93% | 0.33% | - |
| HSV(B) | 182.31º | 0.96% | 0.64% | - |
| XYZ | 18.49 | 26.42 | 38.31 | - |
| YUV | 111.83 | 156.31 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 156 | 162 | 0.96 | 0.04 | 0 | 0.36 | 182.31 | 0.93 | 0.33 |
| Hex | 6 | 9C | A2 | 60 | 4 | 0 | 24 | B6 | 5D | 21 |
| Octal | 6 | 234 | 242 | 140 | 4 | 0 | 44 | 266 | 135 | 41 |
| Binary | 110 | 10011100 | 10100010 | 1100000 | 100 | 0 | 100100 | 10110110 | 1011101 | 100001 |
Color Harmonies of #069CA2
Complementary color
Monochromatic Colors of #069CA2
Black with #069CA2
Text Example
Text Example
White with #069CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069CA2; }
p { color: rgb(6,156,162); }
H1.HeaderClassName
{
color: #069CA2;
}
.AnyTagClassName
{
color: #069CA2;
}
</style>
background-color css
<style>
a { background-color: #069CA2; }
a { background-color: rgb(6,156,162); }
div.DivClassName
{
background-color: #069CA2;
}
.BgClassName
{
background-color: #069CA2;
}
</style>
border-color css
<style>
span { border-color: #069CA2; }
span { border-color: rgb(6,156,162); }
td.TdClassName
{
border-color: #069CA2;
}
.TagClassName
{
border-color: #069CA2;
}
</style>