Shades of Juniper #759D9C
Tints of Juniper #759D9C
RGB
CMYK
RGB Variations
Color information
#759D9C (or 0x759D9C) is known color: Juniper. HEX triplet: 75, 9D and 9C. RGB value is (117,157,156). Sum of RGB (Red+Green+Blue) = 117+157+156=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #759D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759D9C is #8A6263. Grayscale: #909090. Windows color (decimal): -9069156 or 10263925. OLE color: 10263925.
HSL color Cylindrical-coordinate representation of color #759D9C: hue angle of 178.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759D9C is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 157 | 156 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.38 |
| HSL | 178.5º | 0.17% | 0.54% | - |
| HSV(B) | 178.5º | 0.25% | 0.62% | - |
| XYZ | 25.39 | 30.3 | 35.96 | - |
| YUV | 144.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 156 | 0.25 | 0 | 0.01 | 0.38 | 178.5 | 0.17 | 0.54 |
| Hex | 75 | 9D | 9C | 19 | 0 | 1 | 26 | B2 | 11 | 36 |
| Octal | 165 | 235 | 234 | 31 | 0 | 1 | 46 | 262 | 21 | 66 |
| Binary | 1110101 | 10011101 | 10011100 | 11001 | 0 | 1 | 100110 | 10110010 | 10001 | 110110 |
Color Harmonies of #759D9C
Complementary color
Monochromatic Colors of #759D9C
Black with #759D9C
Text Example
Text Example
White with #759D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759D9C; }
p { color: rgb(117,157,156); }
H1.HeaderClassName
{
color: #759D9C;
}
.AnyTagClassName
{
color: #759D9C;
}
</style>
background-color css
<style>
a { background-color: #759D9C; }
a { background-color: rgb(117,157,156); }
div.DivClassName
{
background-color: #759D9C;
}
.BgClassName
{
background-color: #759D9C;
}
</style>
border-color css
<style>
span { border-color: #759D9C; }
span { border-color: rgb(117,157,156); }
td.TdClassName
{
border-color: #759D9C;
}
.TagClassName
{
border-color: #759D9C;
}
</style>