Shades of Elm #1B867A
Tints of Elm #1B867A
RGB
CMYK
RGB Variations
Color information
#1B867A (or 0x1B867A) is known color: Elm. HEX triplet: 1B, 86 and 7A. RGB value is (27,134,122). Sum of RGB (Red+Green+Blue) = 27+134+122=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #1B867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B867A is #E47985. Grayscale: #646464. Windows color (decimal): -14973318 or 8029723. OLE color: 8029723.
HSL color Cylindrical-coordinate representation of color #1B867A: hue angle of 173.27º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B867A is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 134 | 122 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.47 |
| HSL | 173.27º | 0.66% | 0.32% | - |
| HSV(B) | 173.27º | 0.8% | 0.53% | - |
| XYZ | 12.49 | 18.69 | 21.36 | - |
| YUV | 100.64 | 140.05 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 134 | 122 | 0.80 | 0 | 0.09 | 0.47 | 173.27 | 0.66 | 0.32 |
| Hex | 1B | 86 | 7A | 50 | 0 | 9 | 2F | AD | 42 | 20 |
| Octal | 33 | 206 | 172 | 120 | 0 | 11 | 57 | 255 | 102 | 40 |
| Binary | 11011 | 10000110 | 1111010 | 1010000 | 0 | 1001 | 101111 | 10101101 | 1000010 | 100000 |
Color Harmonies of #1B867A
Complementary color
Monochromatic Colors of #1B867A
Black with #1B867A
Text Example
Text Example
White with #1B867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B867A; }
p { color: rgb(27,134,122); }
H1.HeaderClassName
{
color: #1B867A;
}
.AnyTagClassName
{
color: #1B867A;
}
</style>
background-color css
<style>
a { background-color: #1B867A; }
a { background-color: rgb(27,134,122); }
div.DivClassName
{
background-color: #1B867A;
}
.BgClassName
{
background-color: #1B867A;
}
</style>
border-color css
<style>
span { border-color: #1B867A; }
span { border-color: rgb(27,134,122); }
td.TdClassName
{
border-color: #1B867A;
}
.TagClassName
{
border-color: #1B867A;
}
</style>