Shades of Juniper #688C8C
Tints of Juniper #688C8C
RGB
CMYK
RGB Variations
Color information
#688C8C (or 0x688C8C) is known color: Juniper. HEX triplet: 68, 8C and 8C. RGB value is (104,140,140). Sum of RGB (Red+Green+Blue) = 104+140+140=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #688C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C8C is #977373. Grayscale: #818181. Windows color (decimal): -9925492 or 9210984. OLE color: 9210984.
HSL color Cylindrical-coordinate representation of color #688C8C: hue angle of 180º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688C8C is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 140 | - |
| CMYK | 0.26 | 0 | 0 | 0.45 |
| HSL | 180º | 0.15% | 0.48% | - |
| HSV(B) | 180º | 0.26% | 0.55% | - |
| XYZ | 19.82 | 23.59 | 28.32 | - |
| YUV | 129.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 140 | 0.26 | 0 | 0 | 0.45 | 180 | 0.15 | 0.48 |
| Hex | 68 | 8C | 8C | 1A | 0 | 0 | 2D | B4 | F | 30 |
| Octal | 150 | 214 | 214 | 32 | 0 | 0 | 55 | 264 | 17 | 60 |
| Binary | 1101000 | 10001100 | 10001100 | 11010 | 0 | 0 | 101101 | 10110100 | 1111 | 110000 |
Color Harmonies of #688C8C
Complementary color
Monochromatic Colors of #688C8C
Black with #688C8C
Text Example
Text Example
White with #688C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C8C; }
p { color: rgb(104,140,140); }
H1.HeaderClassName
{
color: #688C8C;
}
.AnyTagClassName
{
color: #688C8C;
}
</style>
background-color css
<style>
a { background-color: #688C8C; }
a { background-color: rgb(104,140,140); }
div.DivClassName
{
background-color: #688C8C;
}
.BgClassName
{
background-color: #688C8C;
}
</style>
border-color css
<style>
span { border-color: #688C8C; }
span { border-color: rgb(104,140,140); }
td.TdClassName
{
border-color: #688C8C;
}
.TagClassName
{
border-color: #688C8C;
}
</style>