Shades of Salem #0A814C
Tints of Salem #0A814C
RGB
CMYK
RGB Variations
Color information
#0A814C (or 0x0A814C) is known color: Salem. HEX triplet: 0A, 81 and 4C. RGB value is (10,129,76). Sum of RGB (Red+Green+Blue) = 10+129+76=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #0A814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A814C is #F57EB3. Grayscale: #575757. Windows color (decimal): -16088756 or 5013770. OLE color: 5013770.
HSL color Cylindrical-coordinate representation of color #0A814C: hue angle of 153.28º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A814C is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 76 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.49 |
| HSL | 153.28º | 0.86% | 0.27% | - |
| HSV(B) | 153.28º | 0.92% | 0.51% | - |
| XYZ | 9.28 | 16.29 | 9.49 | - |
| YUV | 87.38 | 121.58 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 76 | 0.92 | 0 | 0.41 | 0.49 | 153.28 | 0.86 | 0.27 |
| Hex | A | 81 | 4C | 5C | 0 | 29 | 31 | 99 | 56 | 1B |
| Octal | 12 | 201 | 114 | 134 | 0 | 51 | 61 | 231 | 126 | 33 |
| Binary | 1010 | 10000001 | 1001100 | 1011100 | 0 | 101001 | 110001 | 10011001 | 1010110 | 11011 |
Color Harmonies of #0A814C
Complementary color
Monochromatic Colors of #0A814C
Black with #0A814C
Text Example
Text Example
White with #0A814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A814C; }
p { color: rgb(10,129,76); }
H1.HeaderClassName
{
color: #0A814C;
}
.AnyTagClassName
{
color: #0A814C;
}
</style>
background-color css
<style>
a { background-color: #0A814C; }
a { background-color: rgb(10,129,76); }
div.DivClassName
{
background-color: #0A814C;
}
.BgClassName
{
background-color: #0A814C;
}
</style>
border-color css
<style>
span { border-color: #0A814C; }
span { border-color: rgb(10,129,76); }
td.TdClassName
{
border-color: #0A814C;
}
.TagClassName
{
border-color: #0A814C;
}
</style>