Shades of Persian Green #069A88
Tints of Persian Green #069A88
RGB
CMYK
RGB Variations
Color information
#069A88 (or 0x069A88) is known color: Persian Green. HEX triplet: 06, 9A and 88. RGB value is (6,154,136). Sum of RGB (Red+Green+Blue) = 6+154+136=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 154 (60.55% from 255 or 52.03% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 154 - color contains mainly: green. Hex color #069A88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069A88 is #F96577. Grayscale: #6B6B6B. Windows color (decimal): -16344440 or 8952326. OLE color: 8952326.
HSL color Cylindrical-coordinate representation of color #069A88: hue angle of 172.7º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A88 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 136 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.40 |
| HSL | 172.7º | 0.93% | 0.31% | - |
| HSV(B) | 172.7º | 0.96% | 0.6% | - |
| XYZ | 16.07 | 24.93 | 27.26 | - |
| YUV | 107.7 | 143.97 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 136 | 0.96 | 0 | 0.12 | 0.40 | 172.7 | 0.93 | 0.31 |
| Hex | 6 | 9A | 88 | 60 | 0 | C | 28 | AD | 5C | 1F |
| Octal | 6 | 232 | 210 | 140 | 0 | 14 | 50 | 255 | 134 | 37 |
| Binary | 110 | 10011010 | 10001000 | 1100000 | 0 | 1100 | 101000 | 10101101 | 1011100 | 11111 |
Color Harmonies of #069A88
Complementary color
Monochromatic Colors of #069A88
Black with #069A88
Text Example
Text Example
White with #069A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A88; }
p { color: rgb(6,154,136); }
H1.HeaderClassName
{
color: #069A88;
}
.AnyTagClassName
{
color: #069A88;
}
</style>
background-color css
<style>
a { background-color: #069A88; }
a { background-color: rgb(6,154,136); }
div.DivClassName
{
background-color: #069A88;
}
.BgClassName
{
background-color: #069A88;
}
</style>
border-color css
<style>
span { border-color: #069A88; }
span { border-color: rgb(6,154,136); }
td.TdClassName
{
border-color: #069A88;
}
.TagClassName
{
border-color: #069A88;
}
</style>