Shades of Deep Sea #0A8760
Tints of Deep Sea #0A8760
RGB
CMYK
RGB Variations
Color information
#0A8760 (or 0x0A8760) is known color: Deep Sea. HEX triplet: 0A, 87 and 60. RGB value is (10,135,96). Sum of RGB (Red+Green+Blue) = 10+135+96=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8760 is #F5789F. Grayscale: #5D5D5D. Windows color (decimal): -16087200 or 6326026. OLE color: 6326026.
HSL color Cylindrical-coordinate representation of color #0A8760: hue angle of 161.28º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8760 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 96 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.47 |
| HSL | 161.28º | 0.86% | 0.28% | - |
| HSV(B) | 161.28º | 0.93% | 0.53% | - |
| XYZ | 10.9 | 18.24 | 14.01 | - |
| YUV | 93.18 | 129.59 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 96 | 0.93 | 0 | 0.29 | 0.47 | 161.28 | 0.86 | 0.28 |
| Hex | A | 87 | 60 | 5D | 0 | 1D | 2F | A1 | 56 | 1C |
| Octal | 12 | 207 | 140 | 135 | 0 | 35 | 57 | 241 | 126 | 34 |
| Binary | 1010 | 10000111 | 1100000 | 1011101 | 0 | 11101 | 101111 | 10100001 | 1010110 | 11100 |
Color Harmonies of #0A8760
Complementary color
Monochromatic Colors of #0A8760
Black with #0A8760
Text Example
Text Example
White with #0A8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8760; }
p { color: rgb(10,135,96); }
H1.HeaderClassName
{
color: #0A8760;
}
.AnyTagClassName
{
color: #0A8760;
}
</style>
background-color css
<style>
a { background-color: #0A8760; }
a { background-color: rgb(10,135,96); }
div.DivClassName
{
background-color: #0A8760;
}
.BgClassName
{
background-color: #0A8760;
}
</style>
border-color css
<style>
span { border-color: #0A8760; }
span { border-color: rgb(10,135,96); }
td.TdClassName
{
border-color: #0A8760;
}
.TagClassName
{
border-color: #0A8760;
}
</style>