Shades of Juniper #749E97
Tints of Juniper #749E97
RGB
CMYK
RGB Variations
Color information
#749E97 (or 0x749E97) is known color: Juniper. HEX triplet: 74, 9E and 97. RGB value is (116,158,151). Sum of RGB (Red+Green+Blue) = 116+158+151=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #749E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E97 is #8B6168. Grayscale: #909090. Windows color (decimal): -9134441 or 9936500. OLE color: 9936500.
HSL color Cylindrical-coordinate representation of color #749E97: hue angle of 170º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E97 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 158 | 151 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.38 |
| HSL | 170º | 0.18% | 0.54% | - |
| HSV(B) | 170º | 0.27% | 0.62% | - |
| XYZ | 25.02 | 30.4 | 33.83 | - |
| YUV | 144.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 151 | 0.27 | 0 | 0.04 | 0.38 | 170 | 0.18 | 0.54 |
| Hex | 74 | 9E | 97 | 1B | 0 | 4 | 26 | AA | 12 | 36 |
| Octal | 164 | 236 | 227 | 33 | 0 | 4 | 46 | 252 | 22 | 66 |
| Binary | 1110100 | 10011110 | 10010111 | 11011 | 0 | 100 | 100110 | 10101010 | 10010 | 110110 |
Color Harmonies of #749E97
Complementary color
Monochromatic Colors of #749E97
Black with #749E97
Text Example
Text Example
White with #749E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749E97; }
p { color: rgb(116,158,151); }
H1.HeaderClassName
{
color: #749E97;
}
.AnyTagClassName
{
color: #749E97;
}
</style>
background-color css
<style>
a { background-color: #749E97; }
a { background-color: rgb(116,158,151); }
div.DivClassName
{
background-color: #749E97;
}
.BgClassName
{
background-color: #749E97;
}
</style>
border-color css
<style>
span { border-color: #749E97; }
span { border-color: rgb(116,158,151); }
td.TdClassName
{
border-color: #749E97;
}
.TagClassName
{
border-color: #749E97;
}
</style>