Shades of Deep Sea #0B8762
Tints of Deep Sea #0B8762
RGB
CMYK
RGB Variations
Color information
#0B8762 (or 0x0B8762) is known color: Deep Sea. HEX triplet: 0B, 87 and 62. RGB value is (11,135,98). Sum of RGB (Red+Green+Blue) = 11+135+98=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 135 (53.12% from 255 or 55.33% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8762 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8762 is #F4789D. Grayscale: #5D5D5D. Windows color (decimal): -16021662 or 6457099. OLE color: 6457099.
HSL color Cylindrical-coordinate representation of color #0B8762: hue angle of 162.1º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8762 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 135 | 98 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.47 |
| HSL | 162.1º | 0.85% | 0.29% | - |
| HSV(B) | 162.1º | 0.92% | 0.53% | - |
| XYZ | 11.01 | 18.28 | 14.5 | - |
| YUV | 93.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 98 | 0.92 | 0 | 0.27 | 0.47 | 162.1 | 0.85 | 0.29 |
| Hex | B | 87 | 62 | 5C | 0 | 1B | 2F | A2 | 55 | 1D |
| Octal | 13 | 207 | 142 | 134 | 0 | 33 | 57 | 242 | 125 | 35 |
| Binary | 1011 | 10000111 | 1100010 | 1011100 | 0 | 11011 | 101111 | 10100010 | 1010101 | 11101 |
Color Harmonies of #0B8762
Complementary color
Monochromatic Colors of #0B8762
Black with #0B8762
Text Example
Text Example
White with #0B8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8762; }
p { color: rgb(11,135,98); }
H1.HeaderClassName
{
color: #0B8762;
}
.AnyTagClassName
{
color: #0B8762;
}
</style>
background-color css
<style>
a { background-color: #0B8762; }
a { background-color: rgb(11,135,98); }
div.DivClassName
{
background-color: #0B8762;
}
.BgClassName
{
background-color: #0B8762;
}
</style>
border-color css
<style>
span { border-color: #0B8762; }
span { border-color: rgb(11,135,98); }
td.TdClassName
{
border-color: #0B8762;
}
.TagClassName
{
border-color: #0B8762;
}
</style>