Shades of Juniper #759B96
Tints of Juniper #759B96
RGB
CMYK
RGB Variations
Color information
#759B96 (or 0x759B96) is known color: Juniper. HEX triplet: 75, 9B and 96. RGB value is (117,155,150). Sum of RGB (Red+Green+Blue) = 117+155+150=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #759B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B96 is #8A6469. Grayscale: #8F8F8F. Windows color (decimal): -9069674 or 9870197. OLE color: 9870197.
HSL color Cylindrical-coordinate representation of color #759B96: hue angle of 172.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B96 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 150 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.39 |
| HSL | 172.11º | 0.16% | 0.53% | - |
| HSV(B) | 172.11º | 0.25% | 0.61% | - |
| XYZ | 24.56 | 29.43 | 33.24 | - |
| YUV | 143.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 150 | 0.25 | 0 | 0.03 | 0.39 | 172.11 | 0.16 | 0.53 |
| Hex | 75 | 9B | 96 | 19 | 0 | 3 | 27 | AC | 10 | 35 |
| Octal | 165 | 233 | 226 | 31 | 0 | 3 | 47 | 254 | 20 | 65 |
| Binary | 1110101 | 10011011 | 10010110 | 11001 | 0 | 11 | 100111 | 10101100 | 10000 | 110101 |
Color Harmonies of #759B96
Complementary color
Monochromatic Colors of #759B96
Black with #759B96
Text Example
Text Example
White with #759B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B96; }
p { color: rgb(117,155,150); }
H1.HeaderClassName
{
color: #759B96;
}
.AnyTagClassName
{
color: #759B96;
}
</style>
background-color css
<style>
a { background-color: #759B96; }
a { background-color: rgb(117,155,150); }
div.DivClassName
{
background-color: #759B96;
}
.BgClassName
{
background-color: #759B96;
}
</style>
border-color css
<style>
span { border-color: #759B96; }
span { border-color: rgb(117,155,150); }
td.TdClassName
{
border-color: #759B96;
}
.TagClassName
{
border-color: #759B96;
}
</style>