Shades of Deep Sea #0C855F
Tints of Deep Sea #0C855F
RGB
CMYK
RGB Variations
Color information
#0C855F (or 0x0C855F) is known color: Deep Sea. HEX triplet: 0C, 85 and 5F. RGB value is (12,133,95). Sum of RGB (Red+Green+Blue) = 12+133+95=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #0C855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C855F is #F37AA0. Grayscale: #5C5C5C. Windows color (decimal): -15956641 or 6259980. OLE color: 6259980.
HSL color Cylindrical-coordinate representation of color #0C855F: hue angle of 161.16º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C855F is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 133 | 95 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.48 |
| HSL | 161.16º | 0.83% | 0.28% | - |
| HSV(B) | 161.16º | 0.91% | 0.52% | - |
| XYZ | 10.6 | 17.68 | 13.68 | - |
| YUV | 92.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 95 | 0.91 | 0 | 0.29 | 0.48 | 161.16 | 0.83 | 0.28 |
| Hex | C | 85 | 5F | 5B | 0 | 1D | 30 | A1 | 53 | 1C |
| Octal | 14 | 205 | 137 | 133 | 0 | 35 | 60 | 241 | 123 | 34 |
| Binary | 1100 | 10000101 | 1011111 | 1011011 | 0 | 11101 | 110000 | 10100001 | 1010011 | 11100 |
Color Harmonies of #0C855F
Complementary color
Monochromatic Colors of #0C855F
Black with #0C855F
Text Example
Text Example
White with #0C855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C855F; }
p { color: rgb(12,133,95); }
H1.HeaderClassName
{
color: #0C855F;
}
.AnyTagClassName
{
color: #0C855F;
}
</style>
background-color css
<style>
a { background-color: #0C855F; }
a { background-color: rgb(12,133,95); }
div.DivClassName
{
background-color: #0C855F;
}
.BgClassName
{
background-color: #0C855F;
}
</style>
border-color css
<style>
span { border-color: #0C855F; }
span { border-color: rgb(12,133,95); }
td.TdClassName
{
border-color: #0C855F;
}
.TagClassName
{
border-color: #0C855F;
}
</style>