Shades of Juniper #75938E
Tints of Juniper #75938E
RGB
CMYK
RGB Variations
Color information
#75938E (or 0x75938E) is known color: Juniper. HEX triplet: 75, 93 and 8E. RGB value is (117,147,142). Sum of RGB (Red+Green+Blue) = 117+147+142=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #75938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75938E is #8A6C71. Grayscale: #898989. Windows color (decimal): -9071730 or 9343861. OLE color: 9343861.
HSL color Cylindrical-coordinate representation of color #75938E: hue angle of 170º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75938E is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 147 | 142 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.42 |
| HSL | 170º | 0.12% | 0.52% | - |
| HSV(B) | 170º | 0.2% | 0.58% | - |
| XYZ | 22.65 | 26.6 | 29.53 | - |
| YUV | 137.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 142 | 0.20 | 0 | 0.03 | 0.42 | 170 | 0.12 | 0.52 |
| Hex | 75 | 93 | 8E | 14 | 0 | 3 | 2A | AA | C | 34 |
| Octal | 165 | 223 | 216 | 24 | 0 | 3 | 52 | 252 | 14 | 64 |
| Binary | 1110101 | 10010011 | 10001110 | 10100 | 0 | 11 | 101010 | 10101010 | 1100 | 110100 |
Color Harmonies of #75938E
Complementary color
Monochromatic Colors of #75938E
Black with #75938E
Text Example
Text Example
White with #75938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75938E; }
p { color: rgb(117,147,142); }
H1.HeaderClassName
{
color: #75938E;
}
.AnyTagClassName
{
color: #75938E;
}
</style>
background-color css
<style>
a { background-color: #75938E; }
a { background-color: rgb(117,147,142); }
div.DivClassName
{
background-color: #75938E;
}
.BgClassName
{
background-color: #75938E;
}
</style>
border-color css
<style>
span { border-color: #75938E; }
span { border-color: rgb(117,147,142); }
td.TdClassName
{
border-color: #75938E;
}
.TagClassName
{
border-color: #75938E;
}
</style>