Shades of Juniper #749995
Tints of Juniper #749995
RGB
CMYK
RGB Variations
Color information
#749995 (or 0x749995) is known color: Juniper. HEX triplet: 74, 99 and 95. RGB value is (116,153,149). Sum of RGB (Red+Green+Blue) = 116+153+149=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #749995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749995 is #8B666A. Grayscale: #8D8D8D. Windows color (decimal): -9135723 or 9804148. OLE color: 9804148.
HSL color Cylindrical-coordinate representation of color #749995: hue angle of 173.51º 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 #749995 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 149 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.4 |
| HSL | 173.51º | 0.15% | 0.53% | - |
| HSV(B) | 173.51º | 0.24% | 0.6% | - |
| XYZ | 24.02 | 28.67 | 32.7 | - |
| YUV | 141.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 149 | 0.24 | 0 | 0.03 | 0.4 | 173.51 | 0.15 | 0.53 |
| Hex | 74 | 99 | 95 | 18 | 0 | 3 | 28 | AE | F | 35 |
| Octal | 164 | 231 | 225 | 30 | 0 | 3 | 50 | 256 | 17 | 65 |
| Binary | 1110100 | 10011001 | 10010101 | 11000 | 0 | 11 | 101000 | 10101110 | 1111 | 110101 |
Color Harmonies of #749995
Complementary color
Monochromatic Colors of #749995
Black with #749995
Text Example
Text Example
White with #749995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749995; }
p { color: rgb(116,153,149); }
H1.HeaderClassName
{
color: #749995;
}
.AnyTagClassName
{
color: #749995;
}
</style>
background-color css
<style>
a { background-color: #749995; }
a { background-color: rgb(116,153,149); }
div.DivClassName
{
background-color: #749995;
}
.BgClassName
{
background-color: #749995;
}
</style>
border-color css
<style>
span { border-color: #749995; }
span { border-color: rgb(116,153,149); }
td.TdClassName
{
border-color: #749995;
}
.TagClassName
{
border-color: #749995;
}
</style>