Shades of Eden #1B695B
Tints of Eden #1B695B
RGB
CMYK
RGB Variations
Color information
#1B695B (or 0x1B695B) is known color: Eden. HEX triplet: 1B, 69 and 5B. RGB value is (27,105,91). Sum of RGB (Red+Green+Blue) = 27+105+91=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #1B695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B695B is #E496A4. Grayscale: #505050. Windows color (decimal): -14980773 or 5990683. OLE color: 5990683.
HSL color Cylindrical-coordinate representation of color #1B695B: hue angle of 169.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B695B is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 105 | 91 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.59 |
| HSL | 169.23º | 0.59% | 0.26% | - |
| HSV(B) | 169.23º | 0.74% | 0.41% | - |
| XYZ | 7.39 | 11.09 | 11.65 | - |
| YUV | 80.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 91 | 0.74 | 0 | 0.13 | 0.59 | 169.23 | 0.59 | 0.26 |
| Hex | 1B | 69 | 5B | 4A | 0 | D | 3B | A9 | 3B | 1A |
| Octal | 33 | 151 | 133 | 112 | 0 | 15 | 73 | 251 | 73 | 32 |
| Binary | 11011 | 1101001 | 1011011 | 1001010 | 0 | 1101 | 111011 | 10101001 | 111011 | 11010 |
Color Harmonies of #1B695B
Complementary color
Monochromatic Colors of #1B695B
Black with #1B695B
Text Example
Text Example
White with #1B695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B695B; }
p { color: rgb(27,105,91); }
H1.HeaderClassName
{
color: #1B695B;
}
.AnyTagClassName
{
color: #1B695B;
}
</style>
background-color css
<style>
a { background-color: #1B695B; }
a { background-color: rgb(27,105,91); }
div.DivClassName
{
background-color: #1B695B;
}
.BgClassName
{
background-color: #1B695B;
}
</style>
border-color css
<style>
span { border-color: #1B695B; }
span { border-color: rgb(27,105,91); }
td.TdClassName
{
border-color: #1B695B;
}
.TagClassName
{
border-color: #1B695B;
}
</style>