Shades of Juniper #759995
Tints of Juniper #759995
RGB
CMYK
RGB Variations
Color information
#759995 (or 0x759995) is known color: Juniper. HEX triplet: 75, 99 and 95. RGB value is (117,153,149). Sum of RGB (Red+Green+Blue) = 117+153+149=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #759995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759995 is #8A666A. Grayscale: #8D8D8D. Windows color (decimal): -9070187 or 9804149. OLE color: 9804149.
HSL color Cylindrical-coordinate representation of color #759995: hue angle of 173.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 #759995 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 149 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.4 |
| HSL | 173.33º | 0.15% | 0.53% | - |
| HSV(B) | 173.33º | 0.24% | 0.6% | - |
| XYZ | 24.15 | 28.73 | 32.71 | - |
| YUV | 141.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 149 | 0.24 | 0 | 0.03 | 0.4 | 173.33 | 0.15 | 0.53 |
| Hex | 75 | 99 | 95 | 18 | 0 | 3 | 28 | AD | F | 35 |
| Octal | 165 | 231 | 225 | 30 | 0 | 3 | 50 | 255 | 17 | 65 |
| Binary | 1110101 | 10011001 | 10010101 | 11000 | 0 | 11 | 101000 | 10101101 | 1111 | 110101 |
Color Harmonies of #759995
Complementary color
Monochromatic Colors of #759995
Black with #759995
Text Example
Text Example
White with #759995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759995; }
p { color: rgb(117,153,149); }
H1.HeaderClassName
{
color: #759995;
}
.AnyTagClassName
{
color: #759995;
}
</style>
background-color css
<style>
a { background-color: #759995; }
a { background-color: rgb(117,153,149); }
div.DivClassName
{
background-color: #759995;
}
.BgClassName
{
background-color: #759995;
}
</style>
border-color css
<style>
span { border-color: #759995; }
span { border-color: rgb(117,153,149); }
td.TdClassName
{
border-color: #759995;
}
.TagClassName
{
border-color: #759995;
}
</style>