Shades of Deep Sea #0A8764
Tints of Deep Sea #0A8764
RGB
CMYK
RGB Variations
Color information
#0A8764 (or 0x0A8764) is known color: Deep Sea. HEX triplet: 0A, 87 and 64. RGB value is (10,135,100). Sum of RGB (Red+Green+Blue) = 10+135+100=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8764 is #F5789B. Grayscale: #5D5D5D. Windows color (decimal): -16087196 or 6588170. OLE color: 6588170.
HSL color Cylindrical-coordinate representation of color #0A8764: hue angle of 163.2º 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 #0A8764 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 100 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.47 |
| HSL | 163.2º | 0.86% | 0.28% | - |
| HSV(B) | 163.2º | 0.93% | 0.53% | - |
| XYZ | 11.09 | 18.31 | 15.01 | - |
| YUV | 93.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 100 | 0.93 | 0 | 0.26 | 0.47 | 163.2 | 0.86 | 0.28 |
| Hex | A | 87 | 64 | 5D | 0 | 1A | 2F | A3 | 56 | 1C |
| Octal | 12 | 207 | 144 | 135 | 0 | 32 | 57 | 243 | 126 | 34 |
| Binary | 1010 | 10000111 | 1100100 | 1011101 | 0 | 11010 | 101111 | 10100011 | 1010110 | 11100 |
Color Harmonies of #0A8764
Complementary color
Monochromatic Colors of #0A8764
Black with #0A8764
Text Example
Text Example
White with #0A8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8764; }
p { color: rgb(10,135,100); }
H1.HeaderClassName
{
color: #0A8764;
}
.AnyTagClassName
{
color: #0A8764;
}
</style>
background-color css
<style>
a { background-color: #0A8764; }
a { background-color: rgb(10,135,100); }
div.DivClassName
{
background-color: #0A8764;
}
.BgClassName
{
background-color: #0A8764;
}
</style>
border-color css
<style>
span { border-color: #0A8764; }
span { border-color: rgb(10,135,100); }
td.TdClassName
{
border-color: #0A8764;
}
.TagClassName
{
border-color: #0A8764;
}
</style>