Shades of Deep Sea #0B7B61
Tints of Deep Sea #0B7B61
RGB
CMYK
RGB Variations
Color information
#0B7B61 (or 0x0B7B61) is known color: Deep Sea. HEX triplet: 0B, 7B and 61. RGB value is (11,123,97). Sum of RGB (Red+Green+Blue) = 11+123+97=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7B61 is #F4849E. Grayscale: #565656. Windows color (decimal): -16024735 or 6388491. OLE color: 6388491.
HSL color Cylindrical-coordinate representation of color #0B7B61: hue angle of 166.07º degrees, saturation: 0.84, 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 #0B7B61 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 123 | 97 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.52 |
| HSL | 166.07º | 0.84% | 0.26% | - |
| HSV(B) | 166.07º | 0.91% | 0.48% | - |
| XYZ | 9.38 | 15.1 | 13.73 | - |
| YUV | 86.55 | 133.89 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 97 | 0.91 | 0 | 0.21 | 0.52 | 166.07 | 0.84 | 0.26 |
| Hex | B | 7B | 61 | 5B | 0 | 15 | 34 | A6 | 54 | 1A |
| Octal | 13 | 173 | 141 | 133 | 0 | 25 | 64 | 246 | 124 | 32 |
| Binary | 1011 | 1111011 | 1100001 | 1011011 | 0 | 10101 | 110100 | 10100110 | 1010100 | 11010 |
Color Harmonies of #0B7B61
Complementary color
Monochromatic Colors of #0B7B61
Black with #0B7B61
Text Example
Text Example
White with #0B7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7B61; }
p { color: rgb(11,123,97); }
H1.HeaderClassName
{
color: #0B7B61;
}
.AnyTagClassName
{
color: #0B7B61;
}
</style>
background-color css
<style>
a { background-color: #0B7B61; }
a { background-color: rgb(11,123,97); }
div.DivClassName
{
background-color: #0B7B61;
}
.BgClassName
{
background-color: #0B7B61;
}
</style>
border-color css
<style>
span { border-color: #0B7B61; }
span { border-color: rgb(11,123,97); }
td.TdClassName
{
border-color: #0B7B61;
}
.TagClassName
{
border-color: #0B7B61;
}
</style>