Shades of Elm #276D6B
Tints of Elm #276D6B
RGB
CMYK
RGB Variations
Color information
#276D6B (or 0x276D6B) is known color: Elm. HEX triplet: 27, 6D and 6B. RGB value is (39,109,107). Sum of RGB (Red+Green+Blue) = 39+109+107=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #276D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D6B is #D89294. Grayscale: #575757. Windows color (decimal): -14193301 or 7040295. OLE color: 7040295.
HSL color Cylindrical-coordinate representation of color #276D6B: hue angle of 178.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276D6B is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 107 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.57 |
| HSL | 178.29º | 0.47% | 0.29% | - |
| HSV(B) | 178.29º | 0.64% | 0.43% | - |
| XYZ | 8.96 | 12.43 | 15.84 | - |
| YUV | 87.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 107 | 0.64 | 0 | 0.02 | 0.57 | 178.29 | 0.47 | 0.29 |
| Hex | 27 | 6D | 6B | 40 | 0 | 2 | 39 | B2 | 2F | 1D |
| Octal | 47 | 155 | 153 | 100 | 0 | 2 | 71 | 262 | 57 | 35 |
| Binary | 100111 | 1101101 | 1101011 | 1000000 | 0 | 10 | 111001 | 10110010 | 101111 | 11101 |
Color Harmonies of #276D6B
Complementary color
Monochromatic Colors of #276D6B
Black with #276D6B
Text Example
Text Example
White with #276D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D6B; }
p { color: rgb(39,109,107); }
H1.HeaderClassName
{
color: #276D6B;
}
.AnyTagClassName
{
color: #276D6B;
}
</style>
background-color css
<style>
a { background-color: #276D6B; }
a { background-color: rgb(39,109,107); }
div.DivClassName
{
background-color: #276D6B;
}
.BgClassName
{
background-color: #276D6B;
}
</style>
border-color css
<style>
span { border-color: #276D6B; }
span { border-color: rgb(39,109,107); }
td.TdClassName
{
border-color: #276D6B;
}
.TagClassName
{
border-color: #276D6B;
}
</style>