Shades of Juniper #75918F
Tints of Juniper #75918F
RGB
CMYK
RGB Variations
Color information
#75918F (or 0x75918F) is known color: Juniper. HEX triplet: 75, 91 and 8F. RGB value is (117,145,143). Sum of RGB (Red+Green+Blue) = 117+145+143=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 145 - color contains mainly: green. Hex color #75918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75918F is #8A6E70. Grayscale: #888888. Windows color (decimal): -9072241 or 9408885. OLE color: 9408885.
HSL color Cylindrical-coordinate representation of color #75918F: hue angle of 175.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75918F is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 143 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.43 |
| HSL | 175.71º | 0.11% | 0.51% | - |
| HSV(B) | 175.71º | 0.19% | 0.57% | - |
| XYZ | 22.42 | 26.02 | 29.83 | - |
| YUV | 136.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 143 | 0.19 | 0 | 0.01 | 0.43 | 175.71 | 0.11 | 0.51 |
| Hex | 75 | 91 | 8F | 13 | 0 | 1 | 2B | B0 | B | 33 |
| Octal | 165 | 221 | 217 | 23 | 0 | 1 | 53 | 260 | 13 | 63 |
| Binary | 1110101 | 10010001 | 10001111 | 10011 | 0 | 1 | 101011 | 10110000 | 1011 | 110011 |
Color Harmonies of #75918F
Complementary color
Monochromatic Colors of #75918F
Black with #75918F
Text Example
Text Example
White with #75918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75918F; }
p { color: rgb(117,145,143); }
H1.HeaderClassName
{
color: #75918F;
}
.AnyTagClassName
{
color: #75918F;
}
</style>
background-color css
<style>
a { background-color: #75918F; }
a { background-color: rgb(117,145,143); }
div.DivClassName
{
background-color: #75918F;
}
.BgClassName
{
background-color: #75918F;
}
</style>
border-color css
<style>
span { border-color: #75918F; }
span { border-color: rgb(117,145,143); }
td.TdClassName
{
border-color: #75918F;
}
.TagClassName
{
border-color: #75918F;
}
</style>