Shades of Deep Sea #0B7C67
Tints of Deep Sea #0B7C67
RGB
CMYK
RGB Variations
Color information
#0B7C67 (or 0x0B7C67) is known color: Deep Sea. HEX triplet: 0B, 7C and 67. RGB value is (11,124,103). Sum of RGB (Red+Green+Blue) = 11+124+103=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7C67 is #F48398. Grayscale: #575757. Windows color (decimal): -16024473 or 6781963. OLE color: 6781963.
HSL color Cylindrical-coordinate representation of color #0B7C67: hue angle of 168.85º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C67 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 103 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.51 |
| HSL | 168.85º | 0.84% | 0.26% | - |
| HSV(B) | 168.85º | 0.91% | 0.49% | - |
| XYZ | 9.79 | 15.47 | 15.3 | - |
| YUV | 87.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 103 | 0.91 | 0 | 0.17 | 0.51 | 168.85 | 0.84 | 0.26 |
| Hex | B | 7C | 67 | 5B | 0 | 11 | 33 | A9 | 54 | 1A |
| Octal | 13 | 174 | 147 | 133 | 0 | 21 | 63 | 251 | 124 | 32 |
| Binary | 1011 | 1111100 | 1100111 | 1011011 | 0 | 10001 | 110011 | 10101001 | 1010100 | 11010 |
Color Harmonies of #0B7C67
Complementary color
Monochromatic Colors of #0B7C67
Black with #0B7C67
Text Example
Text Example
White with #0B7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C67; }
p { color: rgb(11,124,103); }
H1.HeaderClassName
{
color: #0B7C67;
}
.AnyTagClassName
{
color: #0B7C67;
}
</style>
background-color css
<style>
a { background-color: #0B7C67; }
a { background-color: rgb(11,124,103); }
div.DivClassName
{
background-color: #0B7C67;
}
.BgClassName
{
background-color: #0B7C67;
}
</style>
border-color css
<style>
span { border-color: #0B7C67; }
span { border-color: rgb(11,124,103); }
td.TdClassName
{
border-color: #0B7C67;
}
.TagClassName
{
border-color: #0B7C67;
}
</style>