Shades of Juniper #759A94
Tints of Juniper #759A94
RGB
CMYK
RGB Variations
Color information
#759A94 (or 0x759A94) is known color: Juniper. HEX triplet: 75, 9A and 94. RGB value is (117,154,148). Sum of RGB (Red+Green+Blue) = 117+154+148=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #759A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759A94 is #8A656B. Grayscale: #8E8E8E. Windows color (decimal): -9069932 or 9738869. OLE color: 9738869.
HSL color Cylindrical-coordinate representation of color #759A94: hue angle of 170.27º 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 #759A94 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 148 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.40 |
| HSL | 170.27º | 0.15% | 0.53% | - |
| HSV(B) | 170.27º | 0.24% | 0.6% | - |
| XYZ | 24.24 | 29.03 | 32.34 | - |
| YUV | 142.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 148 | 0.24 | 0 | 0.04 | 0.40 | 170.27 | 0.15 | 0.53 |
| Hex | 75 | 9A | 94 | 18 | 0 | 4 | 28 | AA | F | 35 |
| Octal | 165 | 232 | 224 | 30 | 0 | 4 | 50 | 252 | 17 | 65 |
| Binary | 1110101 | 10011010 | 10010100 | 11000 | 0 | 100 | 101000 | 10101010 | 1111 | 110101 |
Color Harmonies of #759A94
Complementary color
Monochromatic Colors of #759A94
Black with #759A94
Text Example
Text Example
White with #759A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A94; }
p { color: rgb(117,154,148); }
H1.HeaderClassName
{
color: #759A94;
}
.AnyTagClassName
{
color: #759A94;
}
</style>
background-color css
<style>
a { background-color: #759A94; }
a { background-color: rgb(117,154,148); }
div.DivClassName
{
background-color: #759A94;
}
.BgClassName
{
background-color: #759A94;
}
</style>
border-color css
<style>
span { border-color: #759A94; }
span { border-color: rgb(117,154,148); }
td.TdClassName
{
border-color: #759A94;
}
.TagClassName
{
border-color: #759A94;
}
</style>