Shades of Persian Green #0B9F87
Tints of Persian Green #0B9F87
RGB
CMYK
RGB Variations
Color information
#0B9F87 (or 0x0B9F87) is known color: Persian Green. HEX triplet: 0B, 9F and 87. RGB value is (11,159,135). Sum of RGB (Red+Green+Blue) = 11+159+135=305 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.61% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9F87 is #F46078. Grayscale: #6F6F6F. Windows color (decimal): -16015481 or 8888075. OLE color: 8888075.
HSL color Cylindrical-coordinate representation of color #0B9F87: hue angle of 170.27º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9F87 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 159 | 135 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.38 |
| HSL | 170.27º | 0.87% | 0.33% | - |
| HSV(B) | 170.27º | 0.93% | 0.62% | - |
| XYZ | 16.91 | 26.62 | 27.17 | - |
| YUV | 112.01 | 140.97 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 135 | 0.93 | 0 | 0.15 | 0.38 | 170.27 | 0.87 | 0.33 |
| Hex | B | 9F | 87 | 5D | 0 | F | 26 | AA | 57 | 21 |
| Octal | 13 | 237 | 207 | 135 | 0 | 17 | 46 | 252 | 127 | 41 |
| Binary | 1011 | 10011111 | 10000111 | 1011101 | 0 | 1111 | 100110 | 10101010 | 1010111 | 100001 |
Color Harmonies of #0B9F87
Complementary color
Monochromatic Colors of #0B9F87
Black with #0B9F87
Text Example
Text Example
White with #0B9F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9F87; }
p { color: rgb(11,159,135); }
H1.HeaderClassName
{
color: #0B9F87;
}
.AnyTagClassName
{
color: #0B9F87;
}
</style>
background-color css
<style>
a { background-color: #0B9F87; }
a { background-color: rgb(11,159,135); }
div.DivClassName
{
background-color: #0B9F87;
}
.BgClassName
{
background-color: #0B9F87;
}
</style>
border-color css
<style>
span { border-color: #0B9F87; }
span { border-color: rgb(11,159,135); }
td.TdClassName
{
border-color: #0B9F87;
}
.TagClassName
{
border-color: #0B9F87;
}
</style>