Shades of Juniper #75999B
Tints of Juniper #75999B
RGB
CMYK
RGB Variations
Color information
#75999B (or 0x75999B) is known color: Juniper. HEX triplet: 75, 99 and 9B. RGB value is (117,153,155). Sum of RGB (Red+Green+Blue) = 117+153+155=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #75999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75999B is #8A6664. Grayscale: #8E8E8E. Windows color (decimal): -9070181 or 10197365. OLE color: 10197365.
HSL color Cylindrical-coordinate representation of color #75999B: hue angle of 183.16º 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 #75999B is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 153 | 155 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.39 |
| HSL | 183.16º | 0.16% | 0.53% | - |
| HSV(B) | 183.16º | 0.25% | 0.61% | - |
| XYZ | 24.64 | 28.93 | 35.3 | - |
| YUV | 142.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 155 | 0.25 | 0.01 | 0 | 0.39 | 183.16 | 0.16 | 0.53 |
| Hex | 75 | 99 | 9B | 19 | 1 | 0 | 27 | B7 | 10 | 35 |
| Octal | 165 | 231 | 233 | 31 | 1 | 0 | 47 | 267 | 20 | 65 |
| Binary | 1110101 | 10011001 | 10011011 | 11001 | 1 | 0 | 100111 | 10110111 | 10000 | 110101 |
Color Harmonies of #75999B
Complementary color
Monochromatic Colors of #75999B
Black with #75999B
Text Example
Text Example
White with #75999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75999B; }
p { color: rgb(117,153,155); }
H1.HeaderClassName
{
color: #75999B;
}
.AnyTagClassName
{
color: #75999B;
}
</style>
background-color css
<style>
a { background-color: #75999B; }
a { background-color: rgb(117,153,155); }
div.DivClassName
{
background-color: #75999B;
}
.BgClassName
{
background-color: #75999B;
}
</style>
border-color css
<style>
span { border-color: #75999B; }
span { border-color: rgb(117,153,155); }
td.TdClassName
{
border-color: #75999B;
}
.TagClassName
{
border-color: #75999B;
}
</style>