Shades of Deep Sea #0B7A67
Tints of Deep Sea #0B7A67
RGB
CMYK
RGB Variations
Color information
#0B7A67 (or 0x0B7A67) is known color: Deep Sea. HEX triplet: 0B, 7A and 67. RGB value is (11,122,103). Sum of RGB (Red+Green+Blue) = 11+122+103=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7A67 is #F48598. Grayscale: #565656. Windows color (decimal): -16024985 or 6781451. OLE color: 6781451.
HSL color Cylindrical-coordinate representation of color #0B7A67: hue angle of 169.73º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7A67 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 122 | 103 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.52 |
| HSL | 169.73º | 0.83% | 0.26% | - |
| HSV(B) | 169.73º | 0.91% | 0.48% | - |
| XYZ | 9.55 | 14.97 | 15.22 | - |
| YUV | 86.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 122 | 103 | 0.91 | 0 | 0.16 | 0.52 | 169.73 | 0.83 | 0.26 |
| Hex | B | 7A | 67 | 5B | 0 | 10 | 34 | AA | 53 | 1A |
| Octal | 13 | 172 | 147 | 133 | 0 | 20 | 64 | 252 | 123 | 32 |
| Binary | 1011 | 1111010 | 1100111 | 1011011 | 0 | 10000 | 110100 | 10101010 | 1010011 | 11010 |
Color Harmonies of #0B7A67
Complementary color
Monochromatic Colors of #0B7A67
Black with #0B7A67
Text Example
Text Example
White with #0B7A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7A67; }
p { color: rgb(11,122,103); }
H1.HeaderClassName
{
color: #0B7A67;
}
.AnyTagClassName
{
color: #0B7A67;
}
</style>
background-color css
<style>
a { background-color: #0B7A67; }
a { background-color: rgb(11,122,103); }
div.DivClassName
{
background-color: #0B7A67;
}
.BgClassName
{
background-color: #0B7A67;
}
</style>
border-color css
<style>
span { border-color: #0B7A67; }
span { border-color: rgb(11,122,103); }
td.TdClassName
{
border-color: #0B7A67;
}
.TagClassName
{
border-color: #0B7A67;
}
</style>