Shades of Salem #08814C
Tints of Salem #08814C
RGB
CMYK
RGB Variations
Color information
#08814C (or 0x08814C) is known color: Salem. HEX triplet: 08, 81 and 4C. RGB value is (8,129,76). Sum of RGB (Red+Green+Blue) = 8+129+76=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #08814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08814C is #F77EB3. Grayscale: #565656. Windows color (decimal): -16219828 or 5013768. OLE color: 5013768.
HSL color Cylindrical-coordinate representation of color #08814C: hue angle of 153.72º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08814C is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 129 | 76 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.49 |
| HSL | 153.72º | 0.88% | 0.27% | - |
| HSV(B) | 153.72º | 0.94% | 0.51% | - |
| XYZ | 9.25 | 16.27 | 9.49 | - |
| YUV | 86.78 | 121.91 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 76 | 0.94 | 0 | 0.41 | 0.49 | 153.72 | 0.88 | 0.27 |
| Hex | 8 | 81 | 4C | 5E | 0 | 29 | 31 | 9A | 58 | 1B |
| Octal | 10 | 201 | 114 | 136 | 0 | 51 | 61 | 232 | 130 | 33 |
| Binary | 1000 | 10000001 | 1001100 | 1011110 | 0 | 101001 | 110001 | 10011010 | 1011000 | 11011 |
Color Harmonies of #08814C
Complementary color
Monochromatic Colors of #08814C
Black with #08814C
Text Example
Text Example
White with #08814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08814C; }
p { color: rgb(8,129,76); }
H1.HeaderClassName
{
color: #08814C;
}
.AnyTagClassName
{
color: #08814C;
}
</style>
background-color css
<style>
a { background-color: #08814C; }
a { background-color: rgb(8,129,76); }
div.DivClassName
{
background-color: #08814C;
}
.BgClassName
{
background-color: #08814C;
}
</style>
border-color css
<style>
span { border-color: #08814C; }
span { border-color: rgb(8,129,76); }
td.TdClassName
{
border-color: #08814C;
}
.TagClassName
{
border-color: #08814C;
}
</style>