Shades of Juniper #708C8C
Tints of Juniper #708C8C
RGB
CMYK
RGB Variations
Color information
#708C8C (or 0x708C8C) is known color: Juniper. HEX triplet: 70, 8C and 8C. RGB value is (112,140,140). Sum of RGB (Red+Green+Blue) = 112+140+140=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #708C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C8C is #8F7373. Grayscale: #838383. Windows color (decimal): -9401204 or 9210992. OLE color: 9210992.
HSL color Cylindrical-coordinate representation of color #708C8C: hue angle of 180º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708C8C is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 140 | - |
| CMYK | 0.20 | 0 | 0 | 0.45 |
| HSL | 180º | 0.11% | 0.49% | - |
| HSV(B) | 180º | 0.2% | 0.55% | - |
| XYZ | 20.79 | 24.09 | 28.37 | - |
| YUV | 131.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 140 | 0.20 | 0 | 0 | 0.45 | 180 | 0.11 | 0.49 |
| Hex | 70 | 8C | 8C | 14 | 0 | 0 | 2D | B4 | B | 31 |
| Octal | 160 | 214 | 214 | 24 | 0 | 0 | 55 | 264 | 13 | 61 |
| Binary | 1110000 | 10001100 | 10001100 | 10100 | 0 | 0 | 101101 | 10110100 | 1011 | 110001 |
Color Harmonies of #708C8C
Complementary color
Monochromatic Colors of #708C8C
Black with #708C8C
Text Example
Text Example
White with #708C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C8C; }
p { color: rgb(112,140,140); }
H1.HeaderClassName
{
color: #708C8C;
}
.AnyTagClassName
{
color: #708C8C;
}
</style>
background-color css
<style>
a { background-color: #708C8C; }
a { background-color: rgb(112,140,140); }
div.DivClassName
{
background-color: #708C8C;
}
.BgClassName
{
background-color: #708C8C;
}
</style>
border-color css
<style>
span { border-color: #708C8C; }
span { border-color: rgb(112,140,140); }
td.TdClassName
{
border-color: #708C8C;
}
.TagClassName
{
border-color: #708C8C;
}
</style>