Shades of Elm #1B766E
Tints of Elm #1B766E
RGB
CMYK
RGB Variations
Color information
#1B766E (or 0x1B766E) is known color: Elm. HEX triplet: 1B, 76 and 6E. RGB value is (27,118,110). Sum of RGB (Red+Green+Blue) = 27+118+110=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #1B766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B766E is #E48991. Grayscale: #595959. Windows color (decimal): -14977426 or 7239195. OLE color: 7239195.
HSL color Cylindrical-coordinate representation of color #1B766E: hue angle of 174.73º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B766E is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 118 | 110 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.54 |
| HSL | 174.73º | 0.63% | 0.28% | - |
| HSV(B) | 174.73º | 0.77% | 0.46% | - |
| XYZ | 9.74 | 14.32 | 17 | - |
| YUV | 89.88 | 139.35 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 110 | 0.77 | 0 | 0.07 | 0.54 | 174.73 | 0.63 | 0.28 |
| Hex | 1B | 76 | 6E | 4D | 0 | 7 | 36 | AF | 3F | 1C |
| Octal | 33 | 166 | 156 | 115 | 0 | 7 | 66 | 257 | 77 | 34 |
| Binary | 11011 | 1110110 | 1101110 | 1001101 | 0 | 111 | 110110 | 10101111 | 111111 | 11100 |
Color Harmonies of #1B766E
Complementary color
Monochromatic Colors of #1B766E
Black with #1B766E
Text Example
Text Example
White with #1B766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B766E; }
p { color: rgb(27,118,110); }
H1.HeaderClassName
{
color: #1B766E;
}
.AnyTagClassName
{
color: #1B766E;
}
</style>
background-color css
<style>
a { background-color: #1B766E; }
a { background-color: rgb(27,118,110); }
div.DivClassName
{
background-color: #1B766E;
}
.BgClassName
{
background-color: #1B766E;
}
</style>
border-color css
<style>
span { border-color: #1B766E; }
span { border-color: rgb(27,118,110); }
td.TdClassName
{
border-color: #1B766E;
}
.TagClassName
{
border-color: #1B766E;
}
</style>