Shades of Juniper #749895
Tints of Juniper #749895
RGB
CMYK
RGB Variations
Color information
#749895 (or 0x749895) is known color: Juniper. HEX triplet: 74, 98 and 95. RGB value is (116,152,149). Sum of RGB (Red+Green+Blue) = 116+152+149=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #749895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749895 is #8B676A. Grayscale: #8C8C8C. Windows color (decimal): -9135979 or 9803892. OLE color: 9803892.
HSL color Cylindrical-coordinate representation of color #749895: hue angle of 175º 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 #749895 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 149 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.40 |
| HSL | 175º | 0.15% | 0.53% | - |
| HSV(B) | 175º | 0.24% | 0.6% | - |
| XYZ | 23.86 | 28.34 | 32.65 | - |
| YUV | 140.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 149 | 0.24 | 0 | 0.02 | 0.40 | 175 | 0.15 | 0.53 |
| Hex | 74 | 98 | 95 | 18 | 0 | 2 | 28 | AF | F | 35 |
| Octal | 164 | 230 | 225 | 30 | 0 | 2 | 50 | 257 | 17 | 65 |
| Binary | 1110100 | 10011000 | 10010101 | 11000 | 0 | 10 | 101000 | 10101111 | 1111 | 110101 |
Color Harmonies of #749895
Complementary color
Monochromatic Colors of #749895
Black with #749895
Text Example
Text Example
White with #749895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749895; }
p { color: rgb(116,152,149); }
H1.HeaderClassName
{
color: #749895;
}
.AnyTagClassName
{
color: #749895;
}
</style>
background-color css
<style>
a { background-color: #749895; }
a { background-color: rgb(116,152,149); }
div.DivClassName
{
background-color: #749895;
}
.BgClassName
{
background-color: #749895;
}
</style>
border-color css
<style>
span { border-color: #749895; }
span { border-color: rgb(116,152,149); }
td.TdClassName
{
border-color: #749895;
}
.TagClassName
{
border-color: #749895;
}
</style>