Shades of Salem #06814B
Tints of Salem #06814B
RGB
CMYK
RGB Variations
Color information
#06814B (or 0x06814B) is known color: Salem. HEX triplet: 06, 81 and 4B. RGB value is (6,129,75). Sum of RGB (Red+Green+Blue) = 6+129+75=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #06814B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06814B is #F97EB4. Grayscale: #565656. Windows color (decimal): -16350901 or 4948230. OLE color: 4948230.
HSL color Cylindrical-coordinate representation of color #06814B: hue angle of 153.66º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06814B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 75 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.49 |
| HSL | 153.66º | 0.91% | 0.26% | - |
| HSV(B) | 153.66º | 0.95% | 0.51% | - |
| XYZ | 9.2 | 16.25 | 9.31 | - |
| YUV | 86.07 | 121.75 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 75 | 0.95 | 0 | 0.42 | 0.49 | 153.66 | 0.91 | 0.26 |
| Hex | 6 | 81 | 4B | 5F | 0 | 2A | 31 | 9A | 5B | 1A |
| Octal | 6 | 201 | 113 | 137 | 0 | 52 | 61 | 232 | 133 | 32 |
| Binary | 110 | 10000001 | 1001011 | 1011111 | 0 | 101010 | 110001 | 10011010 | 1011011 | 11010 |
Color Harmonies of #06814B
Complementary color
Monochromatic Colors of #06814B
Black with #06814B
Text Example
Text Example
White with #06814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06814B; }
p { color: rgb(6,129,75); }
H1.HeaderClassName
{
color: #06814B;
}
.AnyTagClassName
{
color: #06814B;
}
</style>
background-color css
<style>
a { background-color: #06814B; }
a { background-color: rgb(6,129,75); }
div.DivClassName
{
background-color: #06814B;
}
.BgClassName
{
background-color: #06814B;
}
</style>
border-color css
<style>
span { border-color: #06814B; }
span { border-color: rgb(6,129,75); }
td.TdClassName
{
border-color: #06814B;
}
.TagClassName
{
border-color: #06814B;
}
</style>