Shades of Persian Green #069A85
Tints of Persian Green #069A85
RGB
CMYK
RGB Variations
Color information
#069A85 (or 0x069A85) is known color: Persian Green. HEX triplet: 06, 9A and 85. RGB value is (6,154,133). Sum of RGB (Red+Green+Blue) = 6+154+133=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #069A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069A85 is #F9657A. Grayscale: #6B6B6B. Windows color (decimal): -16344443 or 8755718. OLE color: 8755718.
HSL color Cylindrical-coordinate representation of color #069A85: hue angle of 171.49º 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 #069A85 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 133 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.40 |
| HSL | 171.49º | 0.93% | 0.31% | - |
| HSV(B) | 171.49º | 0.96% | 0.6% | - |
| XYZ | 15.86 | 24.84 | 26.15 | - |
| YUV | 107.35 | 142.47 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 133 | 0.96 | 0 | 0.14 | 0.40 | 171.49 | 0.93 | 0.31 |
| Hex | 6 | 9A | 85 | 60 | 0 | E | 28 | AB | 5C | 1F |
| Octal | 6 | 232 | 205 | 140 | 0 | 16 | 50 | 253 | 134 | 37 |
| Binary | 110 | 10011010 | 10000101 | 1100000 | 0 | 1110 | 101000 | 10101011 | 1011100 | 11111 |
Color Harmonies of #069A85
Complementary color
Monochromatic Colors of #069A85
Black with #069A85
Text Example
Text Example
White with #069A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A85; }
p { color: rgb(6,154,133); }
H1.HeaderClassName
{
color: #069A85;
}
.AnyTagClassName
{
color: #069A85;
}
</style>
background-color css
<style>
a { background-color: #069A85; }
a { background-color: rgb(6,154,133); }
div.DivClassName
{
background-color: #069A85;
}
.BgClassName
{
background-color: #069A85;
}
</style>
border-color css
<style>
span { border-color: #069A85; }
span { border-color: rgb(6,154,133); }
td.TdClassName
{
border-color: #069A85;
}
.TagClassName
{
border-color: #069A85;
}
</style>