Shades of Juniper #749994
Tints of Juniper #749994
RGB
CMYK
RGB Variations
Color information
#749994 (or 0x749994) is known color: Juniper. HEX triplet: 74, 99 and 94. RGB value is (116,153,148). Sum of RGB (Red+Green+Blue) = 116+153+148=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #749994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749994 is #8B666B. Grayscale: #8D8D8D. Windows color (decimal): -9135724 or 9738612. OLE color: 9738612.
HSL color Cylindrical-coordinate representation of color #749994: hue angle of 171.89º 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 #749994 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 148 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.4 |
| HSL | 171.89º | 0.15% | 0.53% | - |
| HSV(B) | 171.89º | 0.24% | 0.6% | - |
| XYZ | 23.94 | 28.63 | 32.28 | - |
| YUV | 141.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 148 | 0.24 | 0 | 0.03 | 0.4 | 171.89 | 0.15 | 0.53 |
| Hex | 74 | 99 | 94 | 18 | 0 | 3 | 28 | AC | F | 35 |
| Octal | 164 | 231 | 224 | 30 | 0 | 3 | 50 | 254 | 17 | 65 |
| Binary | 1110100 | 10011001 | 10010100 | 11000 | 0 | 11 | 101000 | 10101100 | 1111 | 110101 |
Color Harmonies of #749994
Complementary color
Monochromatic Colors of #749994
Black with #749994
Text Example
Text Example
White with #749994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749994; }
p { color: rgb(116,153,148); }
H1.HeaderClassName
{
color: #749994;
}
.AnyTagClassName
{
color: #749994;
}
</style>
background-color css
<style>
a { background-color: #749994; }
a { background-color: rgb(116,153,148); }
div.DivClassName
{
background-color: #749994;
}
.BgClassName
{
background-color: #749994;
}
</style>
border-color css
<style>
span { border-color: #749994; }
span { border-color: rgb(116,153,148); }
td.TdClassName
{
border-color: #749994;
}
.TagClassName
{
border-color: #749994;
}
</style>