Shades of Juniper #718A8B
Tints of Juniper #718A8B
RGB
CMYK
RGB Variations
Color information
#718A8B (or 0x718A8B) is known color: Juniper. HEX triplet: 71, 8A and 8B. RGB value is (113,138,139). Sum of RGB (Red+Green+Blue) = 113+138+139=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #718A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718A8B is #8E7574. Grayscale: #828282. Windows color (decimal): -9336181 or 9144945. OLE color: 9144945.
HSL color Cylindrical-coordinate representation of color #718A8B: hue angle of 182.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718A8B is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 138 | 139 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.45 |
| HSL | 182.31º | 0.1% | 0.49% | - |
| HSV(B) | 182.31º | 0.19% | 0.55% | - |
| XYZ | 20.56 | 23.55 | 27.89 | - |
| YUV | 130.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 139 | 0.19 | 0.01 | 0 | 0.45 | 182.31 | 0.1 | 0.49 |
| Hex | 71 | 8A | 8B | 13 | 1 | 0 | 2D | B6 | A | 31 |
| Octal | 161 | 212 | 213 | 23 | 1 | 0 | 55 | 266 | 12 | 61 |
| Binary | 1110001 | 10001010 | 10001011 | 10011 | 1 | 0 | 101101 | 10110110 | 1010 | 110001 |
Color Harmonies of #718A8B
Complementary color
Monochromatic Colors of #718A8B
Black with #718A8B
Text Example
Text Example
White with #718A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A8B; }
p { color: rgb(113,138,139); }
H1.HeaderClassName
{
color: #718A8B;
}
.AnyTagClassName
{
color: #718A8B;
}
</style>
background-color css
<style>
a { background-color: #718A8B; }
a { background-color: rgb(113,138,139); }
div.DivClassName
{
background-color: #718A8B;
}
.BgClassName
{
background-color: #718A8B;
}
</style>
border-color css
<style>
span { border-color: #718A8B; }
span { border-color: rgb(113,138,139); }
td.TdClassName
{
border-color: #718A8B;
}
.TagClassName
{
border-color: #718A8B;
}
</style>