Shades of Persian Green #089B85
Tints of Persian Green #089B85
RGB
CMYK
RGB Variations
Color information
#089B85 (or 0x089B85) is known color: Persian Green. HEX triplet: 08, 9B and 85. RGB value is (8,155,133). Sum of RGB (Red+Green+Blue) = 8+155+133=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #089B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B85 is #F7647A. Grayscale: #6C6C6C. Windows color (decimal): -16213115 or 8755976. OLE color: 8755976.
HSL color Cylindrical-coordinate representation of color #089B85: hue angle of 171.02º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B85 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 155 | 133 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.39 |
| HSL | 171.02º | 0.9% | 0.32% | - |
| HSV(B) | 171.02º | 0.95% | 0.61% | - |
| XYZ | 16.06 | 25.19 | 26.21 | - |
| YUV | 108.54 | 141.8 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 155 | 133 | 0.95 | 0 | 0.14 | 0.39 | 171.02 | 0.9 | 0.32 |
| Hex | 8 | 9B | 85 | 5F | 0 | E | 27 | AB | 5A | 20 |
| Octal | 10 | 233 | 205 | 137 | 0 | 16 | 47 | 253 | 132 | 40 |
| Binary | 1000 | 10011011 | 10000101 | 1011111 | 0 | 1110 | 100111 | 10101011 | 1011010 | 100000 |
Color Harmonies of #089B85
Complementary color
Monochromatic Colors of #089B85
Black with #089B85
Text Example
Text Example
White with #089B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089B85; }
p { color: rgb(8,155,133); }
H1.HeaderClassName
{
color: #089B85;
}
.AnyTagClassName
{
color: #089B85;
}
</style>
background-color css
<style>
a { background-color: #089B85; }
a { background-color: rgb(8,155,133); }
div.DivClassName
{
background-color: #089B85;
}
.BgClassName
{
background-color: #089B85;
}
</style>
border-color css
<style>
span { border-color: #089B85; }
span { border-color: rgb(8,155,133); }
td.TdClassName
{
border-color: #089B85;
}
.TagClassName
{
border-color: #089B85;
}
</style>