Shades of Juniper #738D8B
Tints of Juniper #738D8B
RGB
CMYK
RGB Variations
Color information
#738D8B (or 0x738D8B) is known color: Juniper. HEX triplet: 73, 8D and 8B. RGB value is (115,141,139). Sum of RGB (Red+Green+Blue) = 115+141+139=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #738D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D8B is #8C7274. Grayscale: #848484. Windows color (decimal): -9204341 or 9145715. OLE color: 9145715.
HSL color Cylindrical-coordinate representation of color #738D8B: hue angle of 175.38º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738D8B is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 139 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.45 |
| HSL | 175.38º | 0.1% | 0.5% | - |
| HSV(B) | 175.38º | 0.18% | 0.55% | - |
| XYZ | 21.26 | 24.56 | 28.05 | - |
| YUV | 133 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 139 | 0.18 | 0 | 0.01 | 0.45 | 175.38 | 0.1 | 0.5 |
| Hex | 73 | 8D | 8B | 12 | 0 | 1 | 2D | AF | A | 32 |
| Octal | 163 | 215 | 213 | 22 | 0 | 1 | 55 | 257 | 12 | 62 |
| Binary | 1110011 | 10001101 | 10001011 | 10010 | 0 | 1 | 101101 | 10101111 | 1010 | 110010 |
Color Harmonies of #738D8B
Complementary color
Monochromatic Colors of #738D8B
Black with #738D8B
Text Example
Text Example
White with #738D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D8B; }
p { color: rgb(115,141,139); }
H1.HeaderClassName
{
color: #738D8B;
}
.AnyTagClassName
{
color: #738D8B;
}
</style>
background-color css
<style>
a { background-color: #738D8B; }
a { background-color: rgb(115,141,139); }
div.DivClassName
{
background-color: #738D8B;
}
.BgClassName
{
background-color: #738D8B;
}
</style>
border-color css
<style>
span { border-color: #738D8B; }
span { border-color: rgb(115,141,139); }
td.TdClassName
{
border-color: #738D8B;
}
.TagClassName
{
border-color: #738D8B;
}
</style>