Shades of Persian Green #089985
Tints of Persian Green #089985
RGB
CMYK
RGB Variations
Color information
#089985 (or 0x089985) is known color: Persian Green. HEX triplet: 08, 99 and 85. RGB value is (8,153,133). Sum of RGB (Red+Green+Blue) = 8+153+133=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #089985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089985 is #F7667A. Grayscale: #6B6B6B. Windows color (decimal): -16213627 or 8755464. OLE color: 8755464.
HSL color Cylindrical-coordinate representation of color #089985: hue angle of 171.72º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089985 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 133 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.4 |
| HSL | 171.72º | 0.9% | 0.32% | - |
| HSV(B) | 171.72º | 0.95% | 0.6% | - |
| XYZ | 15.73 | 24.53 | 26.1 | - |
| YUV | 107.37 | 142.46 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 133 | 0.95 | 0 | 0.13 | 0.4 | 171.72 | 0.9 | 0.32 |
| Hex | 8 | 99 | 85 | 5F | 0 | D | 28 | AC | 5A | 20 |
| Octal | 10 | 231 | 205 | 137 | 0 | 15 | 50 | 254 | 132 | 40 |
| Binary | 1000 | 10011001 | 10000101 | 1011111 | 0 | 1101 | 101000 | 10101100 | 1011010 | 100000 |
Color Harmonies of #089985
Complementary color
Monochromatic Colors of #089985
Black with #089985
Text Example
Text Example
White with #089985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089985; }
p { color: rgb(8,153,133); }
H1.HeaderClassName
{
color: #089985;
}
.AnyTagClassName
{
color: #089985;
}
</style>
background-color css
<style>
a { background-color: #089985; }
a { background-color: rgb(8,153,133); }
div.DivClassName
{
background-color: #089985;
}
.BgClassName
{
background-color: #089985;
}
</style>
border-color css
<style>
span { border-color: #089985; }
span { border-color: rgb(8,153,133); }
td.TdClassName
{
border-color: #089985;
}
.TagClassName
{
border-color: #089985;
}
</style>