Shades of Juniper #759799
Tints of Juniper #759799
RGB
CMYK
RGB Variations
Color information
#759799 (or 0x759799) is known color: Juniper. HEX triplet: 75, 97 and 99. RGB value is (117,151,153). Sum of RGB (Red+Green+Blue) = 117+151+153=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #759799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759799 is #8A6866. Grayscale: #8D8D8D. Windows color (decimal): -9070695 or 10065781. OLE color: 10065781.
HSL color Cylindrical-coordinate representation of color #759799: hue angle of 183.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759799 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 151 | 153 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.4 |
| HSL | 183.33º | 0.15% | 0.53% | - |
| HSV(B) | 183.33º | 0.24% | 0.6% | - |
| XYZ | 24.15 | 28.22 | 34.31 | - |
| YUV | 141.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 153 | 0.24 | 0.01 | 0 | 0.4 | 183.33 | 0.15 | 0.53 |
| Hex | 75 | 97 | 99 | 18 | 1 | 0 | 28 | B7 | F | 35 |
| Octal | 165 | 227 | 231 | 30 | 1 | 0 | 50 | 267 | 17 | 65 |
| Binary | 1110101 | 10010111 | 10011001 | 11000 | 1 | 0 | 101000 | 10110111 | 1111 | 110101 |
Color Harmonies of #759799
Complementary color
Monochromatic Colors of #759799
Black with #759799
Text Example
Text Example
White with #759799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759799; }
p { color: rgb(117,151,153); }
H1.HeaderClassName
{
color: #759799;
}
.AnyTagClassName
{
color: #759799;
}
</style>
background-color css
<style>
a { background-color: #759799; }
a { background-color: rgb(117,151,153); }
div.DivClassName
{
background-color: #759799;
}
.BgClassName
{
background-color: #759799;
}
</style>
border-color css
<style>
span { border-color: #759799; }
span { border-color: rgb(117,151,153); }
td.TdClassName
{
border-color: #759799;
}
.TagClassName
{
border-color: #759799;
}
</style>