Shades of Deep Sea #0B845F
Tints of Deep Sea #0B845F
RGB
CMYK
RGB Variations
Color information
#0B845F (or 0x0B845F) is known color: Deep Sea. HEX triplet: 0B, 84 and 5F. RGB value is (11,132,95). Sum of RGB (Red+Green+Blue) = 11+132+95=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #0B845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B845F is #F47BA0. Grayscale: #5B5B5B. Windows color (decimal): -16022433 or 6259723. OLE color: 6259723.
HSL color Cylindrical-coordinate representation of color #0B845F: hue angle of 161.65º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B845F is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 132 | 95 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.48 |
| HSL | 161.65º | 0.85% | 0.28% | - |
| HSV(B) | 161.65º | 0.92% | 0.52% | - |
| XYZ | 10.45 | 17.4 | 13.63 | - |
| YUV | 91.6 | 129.91 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 132 | 95 | 0.92 | 0 | 0.28 | 0.48 | 161.65 | 0.85 | 0.28 |
| Hex | B | 84 | 5F | 5C | 0 | 1C | 30 | A2 | 55 | 1C |
| Octal | 13 | 204 | 137 | 134 | 0 | 34 | 60 | 242 | 125 | 34 |
| Binary | 1011 | 10000100 | 1011111 | 1011100 | 0 | 11100 | 110000 | 10100010 | 1010101 | 11100 |
Color Harmonies of #0B845F
Complementary color
Monochromatic Colors of #0B845F
Black with #0B845F
Text Example
Text Example
White with #0B845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B845F; }
p { color: rgb(11,132,95); }
H1.HeaderClassName
{
color: #0B845F;
}
.AnyTagClassName
{
color: #0B845F;
}
</style>
background-color css
<style>
a { background-color: #0B845F; }
a { background-color: rgb(11,132,95); }
div.DivClassName
{
background-color: #0B845F;
}
.BgClassName
{
background-color: #0B845F;
}
</style>
border-color css
<style>
span { border-color: #0B845F; }
span { border-color: rgb(11,132,95); }
td.TdClassName
{
border-color: #0B845F;
}
.TagClassName
{
border-color: #0B845F;
}
</style>