Shades of Juniper #6D9C96
Tints of Juniper #6D9C96
RGB
CMYK
RGB Variations
Color information
#6D9C96 (or 0x6D9C96) is known color: Juniper. HEX triplet: 6D, 9C and 96. RGB value is (109,156,150). Sum of RGB (Red+Green+Blue) = 109+156+150=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9C96 is #926369. Grayscale: #8D8D8D. Windows color (decimal): -9593706 or 9870445. OLE color: 9870445.
HSL color Cylindrical-coordinate representation of color #6D9C96: hue angle of 172.34º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9C96 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 156 | 150 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.39 |
| HSL | 172.34º | 0.19% | 0.52% | - |
| HSV(B) | 172.34º | 0.3% | 0.61% | - |
| XYZ | 23.7 | 29.23 | 33.25 | - |
| YUV | 141.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 150 | 0.30 | 0 | 0.04 | 0.39 | 172.34 | 0.19 | 0.52 |
| Hex | 6D | 9C | 96 | 1E | 0 | 4 | 27 | AC | 13 | 34 |
| Octal | 155 | 234 | 226 | 36 | 0 | 4 | 47 | 254 | 23 | 64 |
| Binary | 1101101 | 10011100 | 10010110 | 11110 | 0 | 100 | 100111 | 10101100 | 10011 | 110100 |
Color Harmonies of #6D9C96
Complementary color
Monochromatic Colors of #6D9C96
Black with #6D9C96
Text Example
Text Example
White with #6D9C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9C96; }
p { color: rgb(109,156,150); }
H1.HeaderClassName
{
color: #6D9C96;
}
.AnyTagClassName
{
color: #6D9C96;
}
</style>
background-color css
<style>
a { background-color: #6D9C96; }
a { background-color: rgb(109,156,150); }
div.DivClassName
{
background-color: #6D9C96;
}
.BgClassName
{
background-color: #6D9C96;
}
</style>
border-color css
<style>
span { border-color: #6D9C96; }
span { border-color: rgb(109,156,150); }
td.TdClassName
{
border-color: #6D9C96;
}
.TagClassName
{
border-color: #6D9C96;
}
</style>