Shades of Persian Green #069A8C
Tints of Persian Green #069A8C
RGB
CMYK
RGB Variations
Color information
#069A8C (or 0x069A8C) is known color: Persian Green. HEX triplet: 06, 9A and 8C. RGB value is (6,154,140). Sum of RGB (Red+Green+Blue) = 6+154+140=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #069A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069A8C is #F96573. Grayscale: #6C6C6C. Windows color (decimal): -16344436 or 9214470. OLE color: 9214470.
HSL color Cylindrical-coordinate representation of color #069A8C: hue angle of 174.32º 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 #069A8C is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 140 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.40 |
| HSL | 174.32º | 0.93% | 0.31% | - |
| HSV(B) | 174.32º | 0.96% | 0.6% | - |
| XYZ | 16.36 | 25.04 | 28.78 | - |
| YUV | 108.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 140 | 0.96 | 0 | 0.09 | 0.40 | 174.32 | 0.93 | 0.31 |
| Hex | 6 | 9A | 8C | 60 | 0 | 9 | 28 | AE | 5C | 1F |
| Octal | 6 | 232 | 214 | 140 | 0 | 11 | 50 | 256 | 134 | 37 |
| Binary | 110 | 10011010 | 10001100 | 1100000 | 0 | 1001 | 101000 | 10101110 | 1011100 | 11111 |
Color Harmonies of #069A8C
Complementary color
Monochromatic Colors of #069A8C
Black with #069A8C
Text Example
Text Example
White with #069A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A8C; }
p { color: rgb(6,154,140); }
H1.HeaderClassName
{
color: #069A8C;
}
.AnyTagClassName
{
color: #069A8C;
}
</style>
background-color css
<style>
a { background-color: #069A8C; }
a { background-color: rgb(6,154,140); }
div.DivClassName
{
background-color: #069A8C;
}
.BgClassName
{
background-color: #069A8C;
}
</style>
border-color css
<style>
span { border-color: #069A8C; }
span { border-color: rgb(6,154,140); }
td.TdClassName
{
border-color: #069A8C;
}
.TagClassName
{
border-color: #069A8C;
}
</style>