Shades of Deep Sea #0C8763
Tints of Deep Sea #0C8763
RGB
CMYK
RGB Variations
Color information
#0C8763 (or 0x0C8763) is known color: Deep Sea. HEX triplet: 0C, 87 and 63. RGB value is (12,135,99). Sum of RGB (Red+Green+Blue) = 12+135+99=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8763 is #F3789C. Grayscale: #5E5E5E. Windows color (decimal): -15956125 or 6522636. OLE color: 6522636.
HSL color Cylindrical-coordinate representation of color #0C8763: hue angle of 162.44º 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 #0C8763 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 99 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.47 |
| HSL | 162.44º | 0.84% | 0.29% | - |
| HSV(B) | 162.44º | 0.91% | 0.53% | - |
| XYZ | 11.07 | 18.31 | 14.75 | - |
| YUV | 94.12 | 130.75 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 99 | 0.91 | 0 | 0.27 | 0.47 | 162.44 | 0.84 | 0.29 |
| Hex | C | 87 | 63 | 5B | 0 | 1B | 2F | A2 | 54 | 1D |
| Octal | 14 | 207 | 143 | 133 | 0 | 33 | 57 | 242 | 124 | 35 |
| Binary | 1100 | 10000111 | 1100011 | 1011011 | 0 | 11011 | 101111 | 10100010 | 1010100 | 11101 |
Color Harmonies of #0C8763
Complementary color
Monochromatic Colors of #0C8763
Black with #0C8763
Text Example
Text Example
White with #0C8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8763; }
p { color: rgb(12,135,99); }
H1.HeaderClassName
{
color: #0C8763;
}
.AnyTagClassName
{
color: #0C8763;
}
</style>
background-color css
<style>
a { background-color: #0C8763; }
a { background-color: rgb(12,135,99); }
div.DivClassName
{
background-color: #0C8763;
}
.BgClassName
{
background-color: #0C8763;
}
</style>
border-color css
<style>
span { border-color: #0C8763; }
span { border-color: rgb(12,135,99); }
td.TdClassName
{
border-color: #0C8763;
}
.TagClassName
{
border-color: #0C8763;
}
</style>