Shades of Deep Sea #0A7D68
Tints of Deep Sea #0A7D68
RGB
CMYK
RGB Variations
Color information
#0A7D68 (or 0x0A7D68) is known color: Deep Sea. HEX triplet: 0A, 7D and 68. RGB value is (10,125,104). Sum of RGB (Red+Green+Blue) = 10+125+104=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D68 is #F58297. Grayscale: #585858. Windows color (decimal): -16089752 or 6847754. OLE color: 6847754.
HSL color Cylindrical-coordinate representation of color #0A7D68: hue angle of 169.04º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7D68 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 125 | 104 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.51 |
| HSL | 169.04º | 0.85% | 0.26% | - |
| HSV(B) | 169.04º | 0.92% | 0.49% | - |
| XYZ | 9.96 | 15.73 | 15.61 | - |
| YUV | 88.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 104 | 0.92 | 0 | 0.17 | 0.51 | 169.04 | 0.85 | 0.26 |
| Hex | A | 7D | 68 | 5C | 0 | 11 | 33 | A9 | 55 | 1A |
| Octal | 12 | 175 | 150 | 134 | 0 | 21 | 63 | 251 | 125 | 32 |
| Binary | 1010 | 1111101 | 1101000 | 1011100 | 0 | 10001 | 110011 | 10101001 | 1010101 | 11010 |
Color Harmonies of #0A7D68
Complementary color
Monochromatic Colors of #0A7D68
Black with #0A7D68
Text Example
Text Example
White with #0A7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7D68; }
p { color: rgb(10,125,104); }
H1.HeaderClassName
{
color: #0A7D68;
}
.AnyTagClassName
{
color: #0A7D68;
}
</style>
background-color css
<style>
a { background-color: #0A7D68; }
a { background-color: rgb(10,125,104); }
div.DivClassName
{
background-color: #0A7D68;
}
.BgClassName
{
background-color: #0A7D68;
}
</style>
border-color css
<style>
span { border-color: #0A7D68; }
span { border-color: rgb(10,125,104); }
td.TdClassName
{
border-color: #0A7D68;
}
.TagClassName
{
border-color: #0A7D68;
}
</style>