Shades of Deep Sea #0C8762
Tints of Deep Sea #0C8762
RGB
CMYK
RGB Variations
Color information
#0C8762 (or 0x0C8762) is known color: Deep Sea. HEX triplet: 0C, 87 and 62. RGB value is (12,135,98). Sum of RGB (Red+Green+Blue) = 12+135+98=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8762 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8762 is #F3789D. Grayscale: #5E5E5E. Windows color (decimal): -15956126 or 6457100. OLE color: 6457100.
HSL color Cylindrical-coordinate representation of color #0C8762: hue angle of 161.95º 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 #0C8762 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 98 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.47 |
| HSL | 161.95º | 0.84% | 0.29% | - |
| HSV(B) | 161.95º | 0.91% | 0.53% | - |
| XYZ | 11.02 | 18.29 | 14.5 | - |
| YUV | 94.01 | 130.25 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 98 | 0.91 | 0 | 0.27 | 0.47 | 161.95 | 0.84 | 0.29 |
| Hex | C | 87 | 62 | 5B | 0 | 1B | 2F | A2 | 54 | 1D |
| Octal | 14 | 207 | 142 | 133 | 0 | 33 | 57 | 242 | 124 | 35 |
| Binary | 1100 | 10000111 | 1100010 | 1011011 | 0 | 11011 | 101111 | 10100010 | 1010100 | 11101 |
Color Harmonies of #0C8762
Complementary color
Monochromatic Colors of #0C8762
Black with #0C8762
Text Example
Text Example
White with #0C8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8762; }
p { color: rgb(12,135,98); }
H1.HeaderClassName
{
color: #0C8762;
}
.AnyTagClassName
{
color: #0C8762;
}
</style>
background-color css
<style>
a { background-color: #0C8762; }
a { background-color: rgb(12,135,98); }
div.DivClassName
{
background-color: #0C8762;
}
.BgClassName
{
background-color: #0C8762;
}
</style>
border-color css
<style>
span { border-color: #0C8762; }
span { border-color: rgb(12,135,98); }
td.TdClassName
{
border-color: #0C8762;
}
.TagClassName
{
border-color: #0C8762;
}
</style>