Shades of Juniper #799194
Tints of Juniper #799194
RGB
CMYK
RGB Variations
Color information
#799194 (or 0x799194) is known color: Juniper. HEX triplet: 79, 91 and 94. RGB value is (121,145,148). Sum of RGB (Red+Green+Blue) = 121+145+148=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #799194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799194 is #866E6B. Grayscale: #8A8A8A. Windows color (decimal): -8810092 or 9736569. OLE color: 9736569.
HSL color Cylindrical-coordinate representation of color #799194: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #799194 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 145 | 148 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.42 |
| HSL | 186.67º | 0.11% | 0.53% | - |
| HSV(B) | 186.67º | 0.18% | 0.58% | - |
| XYZ | 23.36 | 26.45 | 31.89 | - |
| YUV | 138.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 148 | 0.18 | 0.02 | 0 | 0.42 | 186.67 | 0.11 | 0.53 |
| Hex | 79 | 91 | 94 | 12 | 2 | 0 | 2A | BB | B | 35 |
| Octal | 171 | 221 | 224 | 22 | 2 | 0 | 52 | 273 | 13 | 65 |
| Binary | 1111001 | 10010001 | 10010100 | 10010 | 10 | 0 | 101010 | 10111011 | 1011 | 110101 |
Color Harmonies of #799194
Complementary color
Monochromatic Colors of #799194
Black with #799194
Text Example
Text Example
White with #799194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799194; }
p { color: rgb(121,145,148); }
H1.HeaderClassName
{
color: #799194;
}
.AnyTagClassName
{
color: #799194;
}
</style>
background-color css
<style>
a { background-color: #799194; }
a { background-color: rgb(121,145,148); }
div.DivClassName
{
background-color: #799194;
}
.BgClassName
{
background-color: #799194;
}
</style>
border-color css
<style>
span { border-color: #799194; }
span { border-color: rgb(121,145,148); }
td.TdClassName
{
border-color: #799194;
}
.TagClassName
{
border-color: #799194;
}
</style>