Shades of Elm #266F6F
Tints of Elm #266F6F
RGB
CMYK
RGB Variations
Color information
#266F6F (or 0x266F6F) is known color: Elm. HEX triplet: 26, 6F and 6F. RGB value is (38,111,111). Sum of RGB (Red+Green+Blue) = 38+111+111=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #266F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F6F is #D99090. Grayscale: #595959. Windows color (decimal): -14258321 or 7302950. OLE color: 7302950.
HSL color Cylindrical-coordinate representation of color #266F6F: hue angle of 180º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F6F is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 111 | 111 | - |
| CMYK | 0.66 | 0 | 0 | 0.56 |
| HSL | 180º | 0.49% | 0.29% | - |
| HSV(B) | 180º | 0.66% | 0.44% | - |
| XYZ | 9.35 | 12.93 | 17.04 | - |
| YUV | 89.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 111 | 0.66 | 0 | 0 | 0.56 | 180 | 0.49 | 0.29 |
| Hex | 26 | 6F | 6F | 42 | 0 | 0 | 38 | B4 | 31 | 1D |
| Octal | 46 | 157 | 157 | 102 | 0 | 0 | 70 | 264 | 61 | 35 |
| Binary | 100110 | 1101111 | 1101111 | 1000010 | 0 | 0 | 111000 | 10110100 | 110001 | 11101 |
Color Harmonies of #266F6F
Complementary color
Monochromatic Colors of #266F6F
Black with #266F6F
Text Example
Text Example
White with #266F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266F6F; }
p { color: rgb(38,111,111); }
H1.HeaderClassName
{
color: #266F6F;
}
.AnyTagClassName
{
color: #266F6F;
}
</style>
background-color css
<style>
a { background-color: #266F6F; }
a { background-color: rgb(38,111,111); }
div.DivClassName
{
background-color: #266F6F;
}
.BgClassName
{
background-color: #266F6F;
}
</style>
border-color css
<style>
span { border-color: #266F6F; }
span { border-color: rgb(38,111,111); }
td.TdClassName
{
border-color: #266F6F;
}
.TagClassName
{
border-color: #266F6F;
}
</style>