Shades of Juniper #6D9E96
Tints of Juniper #6D9E96
RGB
CMYK
RGB Variations
Color information
#6D9E96 (or 0x6D9E96) is known color: Juniper. HEX triplet: 6D, 9E and 96. RGB value is (109,158,150). Sum of RGB (Red+Green+Blue) = 109+158+150=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9E96 is #926169. Grayscale: #8E8E8E. Windows color (decimal): -9593194 or 9870957. OLE color: 9870957.
HSL color Cylindrical-coordinate representation of color #6D9E96: hue angle of 170.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9E96 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 150 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.38 |
| HSL | 170.2º | 0.2% | 0.52% | - |
| HSV(B) | 170.2º | 0.31% | 0.62% | - |
| XYZ | 24.04 | 29.91 | 33.36 | - |
| YUV | 142.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 150 | 0.31 | 0 | 0.05 | 0.38 | 170.2 | 0.2 | 0.52 |
| Hex | 6D | 9E | 96 | 1F | 0 | 5 | 26 | AA | 14 | 34 |
| Octal | 155 | 236 | 226 | 37 | 0 | 5 | 46 | 252 | 24 | 64 |
| Binary | 1101101 | 10011110 | 10010110 | 11111 | 0 | 101 | 100110 | 10101010 | 10100 | 110100 |
Color Harmonies of #6D9E96
Complementary color
Monochromatic Colors of #6D9E96
Black with #6D9E96
Text Example
Text Example
White with #6D9E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E96; }
p { color: rgb(109,158,150); }
H1.HeaderClassName
{
color: #6D9E96;
}
.AnyTagClassName
{
color: #6D9E96;
}
</style>
background-color css
<style>
a { background-color: #6D9E96; }
a { background-color: rgb(109,158,150); }
div.DivClassName
{
background-color: #6D9E96;
}
.BgClassName
{
background-color: #6D9E96;
}
</style>
border-color css
<style>
span { border-color: #6D9E96; }
span { border-color: rgb(109,158,150); }
td.TdClassName
{
border-color: #6D9E96;
}
.TagClassName
{
border-color: #6D9E96;
}
</style>