Shades of Juniper #749996
Tints of Juniper #749996
RGB
CMYK
RGB Variations
Color information
#749996 (or 0x749996) is known color: Juniper. HEX triplet: 74, 99 and 96. RGB value is (116,153,150). Sum of RGB (Red+Green+Blue) = 116+153+150=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #749996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749996 is #8B6669. Grayscale: #8D8D8D. Windows color (decimal): -9135722 or 9869684. OLE color: 9869684.
HSL color Cylindrical-coordinate representation of color #749996: hue angle of 175.14º 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 #749996 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 150 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.4 |
| HSL | 175.14º | 0.15% | 0.53% | - |
| HSV(B) | 175.14º | 0.24% | 0.6% | - |
| XYZ | 24.1 | 28.7 | 33.12 | - |
| YUV | 141.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 150 | 0.24 | 0 | 0.02 | 0.4 | 175.14 | 0.15 | 0.53 |
| Hex | 74 | 99 | 96 | 18 | 0 | 2 | 28 | AF | F | 35 |
| Octal | 164 | 231 | 226 | 30 | 0 | 2 | 50 | 257 | 17 | 65 |
| Binary | 1110100 | 10011001 | 10010110 | 11000 | 0 | 10 | 101000 | 10101111 | 1111 | 110101 |
Color Harmonies of #749996
Complementary color
Monochromatic Colors of #749996
Black with #749996
Text Example
Text Example
White with #749996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749996; }
p { color: rgb(116,153,150); }
H1.HeaderClassName
{
color: #749996;
}
.AnyTagClassName
{
color: #749996;
}
</style>
background-color css
<style>
a { background-color: #749996; }
a { background-color: rgb(116,153,150); }
div.DivClassName
{
background-color: #749996;
}
.BgClassName
{
background-color: #749996;
}
</style>
border-color css
<style>
span { border-color: #749996; }
span { border-color: rgb(116,153,150); }
td.TdClassName
{
border-color: #749996;
}
.TagClassName
{
border-color: #749996;
}
</style>