Shades of Juniper #799090
Tints of Juniper #799090
RGB
CMYK
RGB Variations
Color information
#799090 (or 0x799090) is known color: Juniper. HEX triplet: 79, 90 and 90. RGB value is (121,144,144). Sum of RGB (Red+Green+Blue) = 121+144+144=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #799090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799090 is #866F6F. Grayscale: #898989. Windows color (decimal): -8810352 or 9474169. OLE color: 9474169.
HSL color Cylindrical-coordinate representation of color #799090: hue angle of 180º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #799090 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 144 | - |
| CMYK | 0.16 | 0 | 0 | 0.44 |
| HSL | 180º | 0.09% | 0.52% | - |
| HSV(B) | 180º | 0.16% | 0.56% | - |
| XYZ | 22.89 | 26.03 | 30.2 | - |
| YUV | 137.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 144 | 0.16 | 0 | 0 | 0.44 | 180 | 0.09 | 0.52 |
| Hex | 79 | 90 | 90 | 10 | 0 | 0 | 2C | B4 | 9 | 34 |
| Octal | 171 | 220 | 220 | 20 | 0 | 0 | 54 | 264 | 11 | 64 |
| Binary | 1111001 | 10010000 | 10010000 | 10000 | 0 | 0 | 101100 | 10110100 | 1001 | 110100 |
Color Harmonies of #799090
Complementary color
Monochromatic Colors of #799090
Black with #799090
Text Example
Text Example
White with #799090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799090; }
p { color: rgb(121,144,144); }
H1.HeaderClassName
{
color: #799090;
}
.AnyTagClassName
{
color: #799090;
}
</style>
background-color css
<style>
a { background-color: #799090; }
a { background-color: rgb(121,144,144); }
div.DivClassName
{
background-color: #799090;
}
.BgClassName
{
background-color: #799090;
}
</style>
border-color css
<style>
span { border-color: #799090; }
span { border-color: rgb(121,144,144); }
td.TdClassName
{
border-color: #799090;
}
.TagClassName
{
border-color: #799090;
}
</style>