Shades of Juniper #749896
Tints of Juniper #749896
RGB
CMYK
RGB Variations
Color information
#749896 (or 0x749896) is known color: Juniper. HEX triplet: 74, 98 and 96. RGB value is (116,152,150). Sum of RGB (Red+Green+Blue) = 116+152+150=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #749896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749896 is #8B6769. Grayscale: #8C8C8C. Windows color (decimal): -9135978 or 9869428. OLE color: 9869428.
HSL color Cylindrical-coordinate representation of color #749896: hue angle of 176.67º 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 #749896 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 150 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.40 |
| HSL | 176.67º | 0.15% | 0.53% | - |
| HSV(B) | 176.67º | 0.24% | 0.6% | - |
| XYZ | 23.94 | 28.37 | 33.07 | - |
| YUV | 141.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 150 | 0.24 | 0 | 0.01 | 0.40 | 176.67 | 0.15 | 0.53 |
| Hex | 74 | 98 | 96 | 18 | 0 | 1 | 28 | B1 | F | 35 |
| Octal | 164 | 230 | 226 | 30 | 0 | 1 | 50 | 261 | 17 | 65 |
| Binary | 1110100 | 10011000 | 10010110 | 11000 | 0 | 1 | 101000 | 10110001 | 1111 | 110101 |
Color Harmonies of #749896
Complementary color
Monochromatic Colors of #749896
Black with #749896
Text Example
Text Example
White with #749896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749896; }
p { color: rgb(116,152,150); }
H1.HeaderClassName
{
color: #749896;
}
.AnyTagClassName
{
color: #749896;
}
</style>
background-color css
<style>
a { background-color: #749896; }
a { background-color: rgb(116,152,150); }
div.DivClassName
{
background-color: #749896;
}
.BgClassName
{
background-color: #749896;
}
</style>
border-color css
<style>
span { border-color: #749896; }
span { border-color: rgb(116,152,150); }
td.TdClassName
{
border-color: #749896;
}
.TagClassName
{
border-color: #749896;
}
</style>