Shades of Juniper #708A8A
Tints of Juniper #708A8A
RGB
CMYK
RGB Variations
Color information
#708A8A (or 0x708A8A) is known color: Juniper. HEX triplet: 70, 8A and 8A. RGB value is (112,138,138). Sum of RGB (Red+Green+Blue) = 112+138+138=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #708A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A8A is #8F7575. Grayscale: #828282. Windows color (decimal): -9401718 or 9079408. OLE color: 9079408.
HSL color Cylindrical-coordinate representation of color #708A8A: hue angle of 180º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708A8A is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 138 | - |
| CMYK | 0.19 | 0 | 0 | 0.46 |
| HSL | 180º | 0.1% | 0.49% | - |
| HSV(B) | 180º | 0.19% | 0.54% | - |
| XYZ | 20.36 | 23.46 | 27.5 | - |
| YUV | 130.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 138 | 0.19 | 0 | 0 | 0.46 | 180 | 0.1 | 0.49 |
| Hex | 70 | 8A | 8A | 13 | 0 | 0 | 2E | B4 | A | 31 |
| Octal | 160 | 212 | 212 | 23 | 0 | 0 | 56 | 264 | 12 | 61 |
| Binary | 1110000 | 10001010 | 10001010 | 10011 | 0 | 0 | 101110 | 10110100 | 1010 | 110001 |
Color Harmonies of #708A8A
Complementary color
Monochromatic Colors of #708A8A
Black with #708A8A
Text Example
Text Example
White with #708A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A8A; }
p { color: rgb(112,138,138); }
H1.HeaderClassName
{
color: #708A8A;
}
.AnyTagClassName
{
color: #708A8A;
}
</style>
background-color css
<style>
a { background-color: #708A8A; }
a { background-color: rgb(112,138,138); }
div.DivClassName
{
background-color: #708A8A;
}
.BgClassName
{
background-color: #708A8A;
}
</style>
border-color css
<style>
span { border-color: #708A8A; }
span { border-color: rgb(112,138,138); }
td.TdClassName
{
border-color: #708A8A;
}
.TagClassName
{
border-color: #708A8A;
}
</style>