Shades of Deep Sea #0A8761
Tints of Deep Sea #0A8761
RGB
CMYK
RGB Variations
Color information
#0A8761 (or 0x0A8761) is known color: Deep Sea. HEX triplet: 0A, 87 and 61. RGB value is (10,135,97). Sum of RGB (Red+Green+Blue) = 10+135+97=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8761 is #F5789E. Grayscale: #5D5D5D. Windows color (decimal): -16087199 or 6391562. OLE color: 6391562.
HSL color Cylindrical-coordinate representation of color #0A8761: hue angle of 161.76º 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 #0A8761 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 97 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.47 |
| HSL | 161.76º | 0.86% | 0.28% | - |
| HSV(B) | 161.76º | 0.93% | 0.53% | - |
| XYZ | 10.95 | 18.26 | 14.26 | - |
| YUV | 93.29 | 130.09 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 97 | 0.93 | 0 | 0.28 | 0.47 | 161.76 | 0.86 | 0.28 |
| Hex | A | 87 | 61 | 5D | 0 | 1C | 2F | A2 | 56 | 1C |
| Octal | 12 | 207 | 141 | 135 | 0 | 34 | 57 | 242 | 126 | 34 |
| Binary | 1010 | 10000111 | 1100001 | 1011101 | 0 | 11100 | 101111 | 10100010 | 1010110 | 11100 |
Color Harmonies of #0A8761
Complementary color
Monochromatic Colors of #0A8761
Black with #0A8761
Text Example
Text Example
White with #0A8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8761; }
p { color: rgb(10,135,97); }
H1.HeaderClassName
{
color: #0A8761;
}
.AnyTagClassName
{
color: #0A8761;
}
</style>
background-color css
<style>
a { background-color: #0A8761; }
a { background-color: rgb(10,135,97); }
div.DivClassName
{
background-color: #0A8761;
}
.BgClassName
{
background-color: #0A8761;
}
</style>
border-color css
<style>
span { border-color: #0A8761; }
span { border-color: rgb(10,135,97); }
td.TdClassName
{
border-color: #0A8761;
}
.TagClassName
{
border-color: #0A8761;
}
</style>