Shades of Salem #00863F
Tints of Salem #00863F
RGB
CMYK
RGB Variations
Color information
#00863F (or 0x00863F) is known color: Salem. HEX triplet: 00, 86 and 3F. RGB value is (0,134,63). Sum of RGB (Red+Green+Blue) = 0+134+63=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #00863F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00863F is #FF79C0. Grayscale: #555555. Windows color (decimal): -16742849 or 4163072. OLE color: 4163072.
HSL color Cylindrical-coordinate representation of color #00863F: hue angle of 148.21º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00863F is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 63 | - |
| CMYK | 1 | 0 | 0.53 | 0.47 |
| HSL | 148.21º | 1% | 0.26% | - |
| HSV(B) | 148.21º | 1% | 0.53% | - |
| XYZ | 9.42 | 17.41 | 7.57 | - |
| YUV | 85.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 63 | 1 | 0 | 0.53 | 0.47 | 148.21 | 1 | 0.26 |
| Hex | 0 | 86 | 3F | 64 | 0 | 35 | 2F | 94 | 64 | 1A |
| Octal | 0 | 206 | 77 | 144 | 0 | 65 | 57 | 224 | 144 | 32 |
| Binary | 0 | 10000110 | 111111 | 1100100 | 0 | 110101 | 101111 | 10010100 | 1100100 | 11010 |
Color Harmonies of #00863F
Complementary color
Monochromatic Colors of #00863F
Black with #00863F
Text Example
Text Example
White with #00863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00863F; }
p { color: rgb(0,134,63); }
H1.HeaderClassName
{
color: #00863F;
}
.AnyTagClassName
{
color: #00863F;
}
</style>
background-color css
<style>
a { background-color: #00863F; }
a { background-color: rgb(0,134,63); }
div.DivClassName
{
background-color: #00863F;
}
.BgClassName
{
background-color: #00863F;
}
</style>
border-color css
<style>
span { border-color: #00863F; }
span { border-color: rgb(0,134,63); }
td.TdClassName
{
border-color: #00863F;
}
.TagClassName
{
border-color: #00863F;
}
</style>