Shades of Juniper #749C96
Tints of Juniper #749C96
RGB
CMYK
RGB Variations
Color information
#749C96 (or 0x749C96) is known color: Juniper. HEX triplet: 74, 9C and 96. RGB value is (116,156,150). Sum of RGB (Red+Green+Blue) = 116+156+150=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 156 - color contains mainly: green. Hex color #749C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C96 is #8B6369. Grayscale: #8F8F8F. Windows color (decimal): -9134954 or 9870452. OLE color: 9870452.
HSL color Cylindrical-coordinate representation of color #749C96: hue angle of 171º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C96 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 150 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.39 |
| HSL | 171º | 0.17% | 0.53% | - |
| HSV(B) | 171º | 0.26% | 0.61% | - |
| XYZ | 24.6 | 29.69 | 33.29 | - |
| YUV | 143.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 150 | 0.26 | 0 | 0.04 | 0.39 | 171 | 0.17 | 0.53 |
| Hex | 74 | 9C | 96 | 1A | 0 | 4 | 27 | AB | 11 | 35 |
| Octal | 164 | 234 | 226 | 32 | 0 | 4 | 47 | 253 | 21 | 65 |
| Binary | 1110100 | 10011100 | 10010110 | 11010 | 0 | 100 | 100111 | 10101011 | 10001 | 110101 |
Color Harmonies of #749C96
Complementary color
Monochromatic Colors of #749C96
Black with #749C96
Text Example
Text Example
White with #749C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C96; }
p { color: rgb(116,156,150); }
H1.HeaderClassName
{
color: #749C96;
}
.AnyTagClassName
{
color: #749C96;
}
</style>
background-color css
<style>
a { background-color: #749C96; }
a { background-color: rgb(116,156,150); }
div.DivClassName
{
background-color: #749C96;
}
.BgClassName
{
background-color: #749C96;
}
</style>
border-color css
<style>
span { border-color: #749C96; }
span { border-color: rgb(116,156,150); }
td.TdClassName
{
border-color: #749C96;
}
.TagClassName
{
border-color: #749C96;
}
</style>