Shades of Deep Sea #0B8769
Tints of Deep Sea #0B8769
RGB
CMYK
RGB Variations
Color information
#0B8769 (or 0x0B8769) is known color: Deep Sea. HEX triplet: 0B, 87 and 69. RGB value is (11,135,105). Sum of RGB (Red+Green+Blue) = 11+135+105=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8769 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8769 is #F47896. Grayscale: #5E5E5E. Windows color (decimal): -16021655 or 6915851. OLE color: 6915851.
HSL color Cylindrical-coordinate representation of color #0B8769: hue angle of 165.48º 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 #0B8769 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 135 | 105 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.47 |
| HSL | 165.48º | 0.85% | 0.29% | - |
| HSV(B) | 165.48º | 0.92% | 0.53% | - |
| XYZ | 11.35 | 18.42 | 16.32 | - |
| YUV | 94.5 | 133.92 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 105 | 0.92 | 0 | 0.22 | 0.47 | 165.48 | 0.85 | 0.29 |
| Hex | B | 87 | 69 | 5C | 0 | 16 | 2F | A5 | 55 | 1D |
| Octal | 13 | 207 | 151 | 134 | 0 | 26 | 57 | 245 | 125 | 35 |
| Binary | 1011 | 10000111 | 1101001 | 1011100 | 0 | 10110 | 101111 | 10100101 | 1010101 | 11101 |
Color Harmonies of #0B8769
Complementary color
Monochromatic Colors of #0B8769
Black with #0B8769
Text Example
Text Example
White with #0B8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8769; }
p { color: rgb(11,135,105); }
H1.HeaderClassName
{
color: #0B8769;
}
.AnyTagClassName
{
color: #0B8769;
}
</style>
background-color css
<style>
a { background-color: #0B8769; }
a { background-color: rgb(11,135,105); }
div.DivClassName
{
background-color: #0B8769;
}
.BgClassName
{
background-color: #0B8769;
}
</style>
border-color css
<style>
span { border-color: #0B8769; }
span { border-color: rgb(11,135,105); }
td.TdClassName
{
border-color: #0B8769;
}
.TagClassName
{
border-color: #0B8769;
}
</style>