Shades of Juniper #73938E
Tints of Juniper #73938E
RGB
CMYK
RGB Variations
Color information
#73938E (or 0x73938E) is known color: Juniper. HEX triplet: 73, 93 and 8E. RGB value is (115,147,142). Sum of RGB (Red+Green+Blue) = 115+147+142=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #73938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73938E is #8C6C71. Grayscale: #888888. Windows color (decimal): -9202802 or 9343859. OLE color: 9343859.
HSL color Cylindrical-coordinate representation of color #73938E: hue angle of 170.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73938E is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 147 | 142 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.42 |
| HSL | 170.63º | 0.13% | 0.51% | - |
| HSV(B) | 170.63º | 0.22% | 0.58% | - |
| XYZ | 22.39 | 26.47 | 29.52 | - |
| YUV | 136.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 142 | 0.22 | 0 | 0.03 | 0.42 | 170.63 | 0.13 | 0.51 |
| Hex | 73 | 93 | 8E | 16 | 0 | 3 | 2A | AB | D | 33 |
| Octal | 163 | 223 | 216 | 26 | 0 | 3 | 52 | 253 | 15 | 63 |
| Binary | 1110011 | 10010011 | 10001110 | 10110 | 0 | 11 | 101010 | 10101011 | 1101 | 110011 |
Color Harmonies of #73938E
Complementary color
Monochromatic Colors of #73938E
Black with #73938E
Text Example
Text Example
White with #73938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73938E; }
p { color: rgb(115,147,142); }
H1.HeaderClassName
{
color: #73938E;
}
.AnyTagClassName
{
color: #73938E;
}
</style>
background-color css
<style>
a { background-color: #73938E; }
a { background-color: rgb(115,147,142); }
div.DivClassName
{
background-color: #73938E;
}
.BgClassName
{
background-color: #73938E;
}
</style>
border-color css
<style>
span { border-color: #73938E; }
span { border-color: rgb(115,147,142); }
td.TdClassName
{
border-color: #73938E;
}
.TagClassName
{
border-color: #73938E;
}
</style>