Shades of Juniper #759A93
Tints of Juniper #759A93
RGB
CMYK
RGB Variations
Color information
#759A93 (or 0x759A93) is known color: Juniper. HEX triplet: 75, 9A and 93. RGB value is (117,154,147). Sum of RGB (Red+Green+Blue) = 117+154+147=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #759A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759A93 is #8A656C. Grayscale: #8E8E8E. Windows color (decimal): -9069933 or 9673333. OLE color: 9673333.
HSL color Cylindrical-coordinate representation of color #759A93: hue angle of 168.65º 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 #759A93 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 147 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.40 |
| HSL | 168.65º | 0.15% | 0.53% | - |
| HSV(B) | 168.65º | 0.24% | 0.6% | - |
| XYZ | 24.16 | 29 | 31.93 | - |
| YUV | 142.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 147 | 0.24 | 0 | 0.05 | 0.40 | 168.65 | 0.15 | 0.53 |
| Hex | 75 | 9A | 93 | 18 | 0 | 5 | 28 | A9 | F | 35 |
| Octal | 165 | 232 | 223 | 30 | 0 | 5 | 50 | 251 | 17 | 65 |
| Binary | 1110101 | 10011010 | 10010011 | 11000 | 0 | 101 | 101000 | 10101001 | 1111 | 110101 |
Color Harmonies of #759A93
Complementary color
Monochromatic Colors of #759A93
Black with #759A93
Text Example
Text Example
White with #759A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A93; }
p { color: rgb(117,154,147); }
H1.HeaderClassName
{
color: #759A93;
}
.AnyTagClassName
{
color: #759A93;
}
</style>
background-color css
<style>
a { background-color: #759A93; }
a { background-color: rgb(117,154,147); }
div.DivClassName
{
background-color: #759A93;
}
.BgClassName
{
background-color: #759A93;
}
</style>
border-color css
<style>
span { border-color: #759A93; }
span { border-color: rgb(117,154,147); }
td.TdClassName
{
border-color: #759A93;
}
.TagClassName
{
border-color: #759A93;
}
</style>