Shades of Juniper #75999A
Tints of Juniper #75999A
RGB
CMYK
RGB Variations
Color information
#75999A (or 0x75999A) is known color: Juniper. HEX triplet: 75, 99 and 9A. RGB value is (117,153,154). Sum of RGB (Red+Green+Blue) = 117+153+154=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 154 - color contains mainly: blue. Hex color #75999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75999A is #8A6665. Grayscale: #8E8E8E. Windows color (decimal): -9070182 or 10131829. OLE color: 10131829.
HSL color Cylindrical-coordinate representation of color #75999A: hue angle of 181.62º 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 #75999A is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 153 | 154 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.40 |
| HSL | 181.62º | 0.15% | 0.53% | - |
| HSV(B) | 181.62º | 0.24% | 0.6% | - |
| XYZ | 24.56 | 28.9 | 34.86 | - |
| YUV | 142.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 154 | 0.24 | 0.01 | 0 | 0.40 | 181.62 | 0.15 | 0.53 |
| Hex | 75 | 99 | 9A | 18 | 1 | 0 | 28 | B6 | F | 35 |
| Octal | 165 | 231 | 232 | 30 | 1 | 0 | 50 | 266 | 17 | 65 |
| Binary | 1110101 | 10011001 | 10011010 | 11000 | 1 | 0 | 101000 | 10110110 | 1111 | 110101 |
Color Harmonies of #75999A
Complementary color
Monochromatic Colors of #75999A
Black with #75999A
Text Example
Text Example
White with #75999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75999A; }
p { color: rgb(117,153,154); }
H1.HeaderClassName
{
color: #75999A;
}
.AnyTagClassName
{
color: #75999A;
}
</style>
background-color css
<style>
a { background-color: #75999A; }
a { background-color: rgb(117,153,154); }
div.DivClassName
{
background-color: #75999A;
}
.BgClassName
{
background-color: #75999A;
}
</style>
border-color css
<style>
span { border-color: #75999A; }
span { border-color: rgb(117,153,154); }
td.TdClassName
{
border-color: #75999A;
}
.TagClassName
{
border-color: #75999A;
}
</style>