Shades of Juniper #75969A
Tints of Juniper #75969A
RGB
CMYK
RGB Variations
Color information
#75969A (or 0x75969A) is known color: Juniper. HEX triplet: 75, 96 and 9A. RGB value is (117,150,154). Sum of RGB (Red+Green+Blue) = 117+150+154=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #75969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75969A is #8A6965. Grayscale: #8C8C8C. Windows color (decimal): -9070950 or 10131061. OLE color: 10131061.
HSL color Cylindrical-coordinate representation of color #75969A: hue angle of 186.49º 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 #75969A is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 150 | 154 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.40 |
| HSL | 186.49º | 0.15% | 0.53% | - |
| HSV(B) | 186.49º | 0.24% | 0.6% | - |
| XYZ | 24.08 | 27.93 | 34.69 | - |
| YUV | 140.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 150 | 154 | 0.24 | 0.03 | 0 | 0.40 | 186.49 | 0.15 | 0.53 |
| Hex | 75 | 96 | 9A | 18 | 3 | 0 | 28 | BA | F | 35 |
| Octal | 165 | 226 | 232 | 30 | 3 | 0 | 50 | 272 | 17 | 65 |
| Binary | 1110101 | 10010110 | 10011010 | 11000 | 11 | 0 | 101000 | 10111010 | 1111 | 110101 |
Color Harmonies of #75969A
Complementary color
Monochromatic Colors of #75969A
Black with #75969A
Text Example
Text Example
White with #75969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75969A; }
p { color: rgb(117,150,154); }
H1.HeaderClassName
{
color: #75969A;
}
.AnyTagClassName
{
color: #75969A;
}
</style>
background-color css
<style>
a { background-color: #75969A; }
a { background-color: rgb(117,150,154); }
div.DivClassName
{
background-color: #75969A;
}
.BgClassName
{
background-color: #75969A;
}
</style>
border-color css
<style>
span { border-color: #75969A; }
span { border-color: rgb(117,150,154); }
td.TdClassName
{
border-color: #75969A;
}
.TagClassName
{
border-color: #75969A;
}
</style>