Shades of Juniper #749993
Tints of Juniper #749993
RGB
CMYK
RGB Variations
Color information
#749993 (or 0x749993) is known color: Juniper. HEX triplet: 74, 99 and 93. RGB value is (116,153,147). Sum of RGB (Red+Green+Blue) = 116+153+147=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #749993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749993 is #8B666C. Grayscale: #8D8D8D. Windows color (decimal): -9135725 or 9673076. OLE color: 9673076.
HSL color Cylindrical-coordinate representation of color #749993: hue angle of 170.27º 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 #749993 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 147 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.4 |
| HSL | 170.27º | 0.15% | 0.53% | - |
| HSV(B) | 170.27º | 0.24% | 0.6% | - |
| XYZ | 23.86 | 28.6 | 31.87 | - |
| YUV | 141.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 147 | 0.24 | 0 | 0.04 | 0.4 | 170.27 | 0.15 | 0.53 |
| Hex | 74 | 99 | 93 | 18 | 0 | 4 | 28 | AA | F | 35 |
| Octal | 164 | 231 | 223 | 30 | 0 | 4 | 50 | 252 | 17 | 65 |
| Binary | 1110100 | 10011001 | 10010011 | 11000 | 0 | 100 | 101000 | 10101010 | 1111 | 110101 |
Color Harmonies of #749993
Complementary color
Monochromatic Colors of #749993
Black with #749993
Text Example
Text Example
White with #749993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749993; }
p { color: rgb(116,153,147); }
H1.HeaderClassName
{
color: #749993;
}
.AnyTagClassName
{
color: #749993;
}
</style>
background-color css
<style>
a { background-color: #749993; }
a { background-color: rgb(116,153,147); }
div.DivClassName
{
background-color: #749993;
}
.BgClassName
{
background-color: #749993;
}
</style>
border-color css
<style>
span { border-color: #749993; }
span { border-color: rgb(116,153,147); }
td.TdClassName
{
border-color: #749993;
}
.TagClassName
{
border-color: #749993;
}
</style>