Shades of Persian Green #069B8D
Tints of Persian Green #069B8D
RGB
CMYK
RGB Variations
Color information
#069B8D (or 0x069B8D) is known color: Persian Green. HEX triplet: 06, 9B and 8D. RGB value is (6,155,141). Sum of RGB (Red+Green+Blue) = 6+155+141=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #069B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069B8D is #F96472. Grayscale: #6C6C6C. Windows color (decimal): -16344179 or 9280262. OLE color: 9280262.
HSL color Cylindrical-coordinate representation of color #069B8D: hue angle of 174.36º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069B8D is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 155 | 141 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.39 |
| HSL | 174.36º | 0.93% | 0.32% | - |
| HSV(B) | 174.36º | 0.96% | 0.61% | - |
| XYZ | 16.6 | 25.4 | 29.23 | - |
| YUV | 108.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 141 | 0.96 | 0 | 0.09 | 0.39 | 174.36 | 0.93 | 0.32 |
| Hex | 6 | 9B | 8D | 60 | 0 | 9 | 27 | AE | 5D | 20 |
| Octal | 6 | 233 | 215 | 140 | 0 | 11 | 47 | 256 | 135 | 40 |
| Binary | 110 | 10011011 | 10001101 | 1100000 | 0 | 1001 | 100111 | 10101110 | 1011101 | 100000 |
Color Harmonies of #069B8D
Complementary color
Monochromatic Colors of #069B8D
Black with #069B8D
Text Example
Text Example
White with #069B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069B8D; }
p { color: rgb(6,155,141); }
H1.HeaderClassName
{
color: #069B8D;
}
.AnyTagClassName
{
color: #069B8D;
}
</style>
background-color css
<style>
a { background-color: #069B8D; }
a { background-color: rgb(6,155,141); }
div.DivClassName
{
background-color: #069B8D;
}
.BgClassName
{
background-color: #069B8D;
}
</style>
border-color css
<style>
span { border-color: #069B8D; }
span { border-color: rgb(6,155,141); }
td.TdClassName
{
border-color: #069B8D;
}
.TagClassName
{
border-color: #069B8D;
}
</style>