Shades of Deep Sea #0C875C
Tints of Deep Sea #0C875C
RGB
CMYK
RGB Variations
Color information
#0C875C (or 0x0C875C) is known color: Deep Sea. HEX triplet: 0C, 87 and 5C. RGB value is (12,135,92). Sum of RGB (Red+Green+Blue) = 12+135+92=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #0C875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C875C is #F378A3. Grayscale: #5D5D5D. Windows color (decimal): -15956132 or 6063884. OLE color: 6063884.
HSL color Cylindrical-coordinate representation of color #0C875C: hue angle of 159.02º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C875C is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 92 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.47 |
| HSL | 159.02º | 0.84% | 0.29% | - |
| HSV(B) | 159.02º | 0.91% | 0.53% | - |
| XYZ | 10.75 | 18.18 | 13.07 | - |
| YUV | 93.32 | 127.25 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 92 | 0.91 | 0 | 0.32 | 0.47 | 159.02 | 0.84 | 0.29 |
| Hex | C | 87 | 5C | 5B | 0 | 20 | 2F | 9F | 54 | 1D |
| Octal | 14 | 207 | 134 | 133 | 0 | 40 | 57 | 237 | 124 | 35 |
| Binary | 1100 | 10000111 | 1011100 | 1011011 | 0 | 100000 | 101111 | 10011111 | 1010100 | 11101 |
Color Harmonies of #0C875C
Complementary color
Monochromatic Colors of #0C875C
Black with #0C875C
Text Example
Text Example
White with #0C875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C875C; }
p { color: rgb(12,135,92); }
H1.HeaderClassName
{
color: #0C875C;
}
.AnyTagClassName
{
color: #0C875C;
}
</style>
background-color css
<style>
a { background-color: #0C875C; }
a { background-color: rgb(12,135,92); }
div.DivClassName
{
background-color: #0C875C;
}
.BgClassName
{
background-color: #0C875C;
}
</style>
border-color css
<style>
span { border-color: #0C875C; }
span { border-color: rgb(12,135,92); }
td.TdClassName
{
border-color: #0C875C;
}
.TagClassName
{
border-color: #0C875C;
}
</style>