Shades of Persian Green #0BB694
Tints of Persian Green #0BB694
RGB
CMYK
RGB Variations
Color information
#0BB694 (or 0x0BB694) is known color: Persian Green. HEX triplet: 0B, B6 and 94. RGB value is (11,182,148). Sum of RGB (Red+Green+Blue) = 11+182+148=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB694 is #F4496B. Grayscale: #7E7E7E. Windows color (decimal): -16009580 or 9745931. OLE color: 9745931.
HSL color Cylindrical-coordinate representation of color #0BB694: hue angle of 168.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB694 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 148 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.29 |
| HSL | 168.07º | 0.89% | 0.38% | - |
| HSV(B) | 168.07º | 0.94% | 0.71% | - |
| XYZ | 22.21 | 35.67 | 33.73 | - |
| YUV | 127 | 139.85 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 148 | 0.94 | 0 | 0.19 | 0.29 | 168.07 | 0.89 | 0.38 |
| Hex | B | B6 | 94 | 5E | 0 | 13 | 1D | A8 | 59 | 26 |
| Octal | 13 | 266 | 224 | 136 | 0 | 23 | 35 | 250 | 131 | 46 |
| Binary | 1011 | 10110110 | 10010100 | 1011110 | 0 | 10011 | 11101 | 10101000 | 1011001 | 100110 |
Color Harmonies of #0BB694
Complementary color
Monochromatic Colors of #0BB694
Black with #0BB694
Text Example
Text Example
White with #0BB694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB694; }
p { color: rgb(11,182,148); }
H1.HeaderClassName
{
color: #0BB694;
}
.AnyTagClassName
{
color: #0BB694;
}
</style>
background-color css
<style>
a { background-color: #0BB694; }
a { background-color: rgb(11,182,148); }
div.DivClassName
{
background-color: #0BB694;
}
.BgClassName
{
background-color: #0BB694;
}
</style>
border-color css
<style>
span { border-color: #0BB694; }
span { border-color: rgb(11,182,148); }
td.TdClassName
{
border-color: #0BB694;
}
.TagClassName
{
border-color: #0BB694;
}
</style>