Shades of Deep Sea #0B7C5C
Tints of Deep Sea #0B7C5C
RGB
CMYK
RGB Variations
Color information
#0B7C5C (or 0x0B7C5C) is known color: Deep Sea. HEX triplet: 0B, 7C and 5C. RGB value is (11,124,92). Sum of RGB (Red+Green+Blue) = 11+124+92=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7C5C is #F483A3. Grayscale: #565656. Windows color (decimal): -16024484 or 6061067. OLE color: 6061067.
HSL color Cylindrical-coordinate representation of color #0B7C5C: hue angle of 163.01º 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 #0B7C5C is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 92 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.51 |
| HSL | 163.01º | 0.84% | 0.26% | - |
| HSV(B) | 163.01º | 0.91% | 0.49% | - |
| XYZ | 9.28 | 15.26 | 12.58 | - |
| YUV | 86.57 | 131.06 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 92 | 0.91 | 0 | 0.26 | 0.51 | 163.01 | 0.84 | 0.26 |
| Hex | B | 7C | 5C | 5B | 0 | 1A | 33 | A3 | 54 | 1A |
| Octal | 13 | 174 | 134 | 133 | 0 | 32 | 63 | 243 | 124 | 32 |
| Binary | 1011 | 1111100 | 1011100 | 1011011 | 0 | 11010 | 110011 | 10100011 | 1010100 | 11010 |
Color Harmonies of #0B7C5C
Complementary color
Monochromatic Colors of #0B7C5C
Black with #0B7C5C
Text Example
Text Example
White with #0B7C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C5C; }
p { color: rgb(11,124,92); }
H1.HeaderClassName
{
color: #0B7C5C;
}
.AnyTagClassName
{
color: #0B7C5C;
}
</style>
background-color css
<style>
a { background-color: #0B7C5C; }
a { background-color: rgb(11,124,92); }
div.DivClassName
{
background-color: #0B7C5C;
}
.BgClassName
{
background-color: #0B7C5C;
}
</style>
border-color css
<style>
span { border-color: #0B7C5C; }
span { border-color: rgb(11,124,92); }
td.TdClassName
{
border-color: #0B7C5C;
}
.TagClassName
{
border-color: #0B7C5C;
}
</style>