Shades of Juniper #75908E
Tints of Juniper #75908E
RGB
CMYK
RGB Variations
Color information
#75908E (or 0x75908E) is known color: Juniper. HEX triplet: 75, 90 and 8E. RGB value is (117,144,142). Sum of RGB (Red+Green+Blue) = 117+144+142=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #75908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75908E is #8A6F71. Grayscale: #878787. Windows color (decimal): -9072498 or 9343093. OLE color: 9343093.
HSL color Cylindrical-coordinate representation of color #75908E: hue angle of 175.56º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75908E is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 144 | 142 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.44 |
| HSL | 175.56º | 0.11% | 0.51% | - |
| HSV(B) | 175.56º | 0.19% | 0.56% | - |
| XYZ | 22.19 | 25.68 | 29.38 | - |
| YUV | 135.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 142 | 0.19 | 0 | 0.01 | 0.44 | 175.56 | 0.11 | 0.51 |
| Hex | 75 | 90 | 8E | 13 | 0 | 1 | 2C | B0 | B | 33 |
| Octal | 165 | 220 | 216 | 23 | 0 | 1 | 54 | 260 | 13 | 63 |
| Binary | 1110101 | 10010000 | 10001110 | 10011 | 0 | 1 | 101100 | 10110000 | 1011 | 110011 |
Color Harmonies of #75908E
Complementary color
Monochromatic Colors of #75908E
Black with #75908E
Text Example
Text Example
White with #75908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75908E; }
p { color: rgb(117,144,142); }
H1.HeaderClassName
{
color: #75908E;
}
.AnyTagClassName
{
color: #75908E;
}
</style>
background-color css
<style>
a { background-color: #75908E; }
a { background-color: rgb(117,144,142); }
div.DivClassName
{
background-color: #75908E;
}
.BgClassName
{
background-color: #75908E;
}
</style>
border-color css
<style>
span { border-color: #75908E; }
span { border-color: rgb(117,144,142); }
td.TdClassName
{
border-color: #75908E;
}
.TagClassName
{
border-color: #75908E;
}
</style>