Shades of Juniper #718B8A
Tints of Juniper #718B8A
RGB
CMYK
RGB Variations
Color information
#718B8A (or 0x718B8A) is known color: Juniper. HEX triplet: 71, 8B and 8A. RGB value is (113,139,138). Sum of RGB (Red+Green+Blue) = 113+139+138=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 139 - color contains mainly: green. Hex color #718B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718B8A is #8E7475. Grayscale: #838383. Windows color (decimal): -9335926 or 9079665. OLE color: 9079665.
HSL color Cylindrical-coordinate representation of color #718B8A: hue angle of 177.69º 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 #718B8A is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 138 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.45 |
| HSL | 177.69º | 0.1% | 0.49% | - |
| HSV(B) | 177.69º | 0.19% | 0.55% | - |
| XYZ | 20.63 | 23.81 | 27.55 | - |
| YUV | 131.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 138 | 0.19 | 0 | 0.01 | 0.45 | 177.69 | 0.1 | 0.49 |
| Hex | 71 | 8B | 8A | 13 | 0 | 1 | 2D | B2 | A | 31 |
| Octal | 161 | 213 | 212 | 23 | 0 | 1 | 55 | 262 | 12 | 61 |
| Binary | 1110001 | 10001011 | 10001010 | 10011 | 0 | 1 | 101101 | 10110010 | 1010 | 110001 |
Color Harmonies of #718B8A
Complementary color
Monochromatic Colors of #718B8A
Black with #718B8A
Text Example
Text Example
White with #718B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B8A; }
p { color: rgb(113,139,138); }
H1.HeaderClassName
{
color: #718B8A;
}
.AnyTagClassName
{
color: #718B8A;
}
</style>
background-color css
<style>
a { background-color: #718B8A; }
a { background-color: rgb(113,139,138); }
div.DivClassName
{
background-color: #718B8A;
}
.BgClassName
{
background-color: #718B8A;
}
</style>
border-color css
<style>
span { border-color: #718B8A; }
span { border-color: rgb(113,139,138); }
td.TdClassName
{
border-color: #718B8A;
}
.TagClassName
{
border-color: #718B8A;
}
</style>