Shades of Elm #23706B
Tints of Elm #23706B
RGB
CMYK
RGB Variations
Color information
#23706B (or 0x23706B) is known color: Elm. HEX triplet: 23, 70 and 6B. RGB value is (35,112,107). Sum of RGB (Red+Green+Blue) = 35+112+107=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #23706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23706B is #DC8F94. Grayscale: #585858. Windows color (decimal): -14454677 or 7041059. OLE color: 7041059.
HSL color Cylindrical-coordinate representation of color #23706B: hue angle of 176.1º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23706B is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 112 | 107 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.56 |
| HSL | 176.1º | 0.52% | 0.29% | - |
| HSV(B) | 176.1º | 0.69% | 0.44% | - |
| XYZ | 9.14 | 13.01 | 15.94 | - |
| YUV | 88.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 107 | 0.69 | 0 | 0.04 | 0.56 | 176.1 | 0.52 | 0.29 |
| Hex | 23 | 70 | 6B | 45 | 0 | 4 | 38 | B0 | 34 | 1D |
| Octal | 43 | 160 | 153 | 105 | 0 | 4 | 70 | 260 | 64 | 35 |
| Binary | 100011 | 1110000 | 1101011 | 1000101 | 0 | 100 | 111000 | 10110000 | 110100 | 11101 |
Color Harmonies of #23706B
Complementary color
Monochromatic Colors of #23706B
Black with #23706B
Text Example
Text Example
White with #23706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23706B; }
p { color: rgb(35,112,107); }
H1.HeaderClassName
{
color: #23706B;
}
.AnyTagClassName
{
color: #23706B;
}
</style>
background-color css
<style>
a { background-color: #23706B; }
a { background-color: rgb(35,112,107); }
div.DivClassName
{
background-color: #23706B;
}
.BgClassName
{
background-color: #23706B;
}
</style>
border-color css
<style>
span { border-color: #23706B; }
span { border-color: rgb(35,112,107); }
td.TdClassName
{
border-color: #23706B;
}
.TagClassName
{
border-color: #23706B;
}
</style>