Shades of Juniper #708C8B
Tints of Juniper #708C8B
RGB
CMYK
RGB Variations
Color information
#708C8B (or 0x708C8B) is known color: Juniper. HEX triplet: 70, 8C and 8B. RGB value is (112,140,139). Sum of RGB (Red+Green+Blue) = 112+140+139=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #708C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708C8B is #8F7374. Grayscale: #838383. Windows color (decimal): -9401205 or 9145456. OLE color: 9145456.
HSL color Cylindrical-coordinate representation of color #708C8B: hue angle of 177.86º 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 #708C8B is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 139 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.45 |
| HSL | 177.86º | 0.11% | 0.49% | - |
| HSV(B) | 177.86º | 0.2% | 0.55% | - |
| XYZ | 20.72 | 24.06 | 27.98 | - |
| YUV | 131.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 139 | 0.20 | 0 | 0.01 | 0.45 | 177.86 | 0.11 | 0.49 |
| Hex | 70 | 8C | 8B | 14 | 0 | 1 | 2D | B2 | B | 31 |
| Octal | 160 | 214 | 213 | 24 | 0 | 1 | 55 | 262 | 13 | 61 |
| Binary | 1110000 | 10001100 | 10001011 | 10100 | 0 | 1 | 101101 | 10110010 | 1011 | 110001 |
Color Harmonies of #708C8B
Complementary color
Monochromatic Colors of #708C8B
Black with #708C8B
Text Example
Text Example
White with #708C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C8B; }
p { color: rgb(112,140,139); }
H1.HeaderClassName
{
color: #708C8B;
}
.AnyTagClassName
{
color: #708C8B;
}
</style>
background-color css
<style>
a { background-color: #708C8B; }
a { background-color: rgb(112,140,139); }
div.DivClassName
{
background-color: #708C8B;
}
.BgClassName
{
background-color: #708C8B;
}
</style>
border-color css
<style>
span { border-color: #708C8B; }
span { border-color: rgb(112,140,139); }
td.TdClassName
{
border-color: #708C8B;
}
.TagClassName
{
border-color: #708C8B;
}
</style>