Shades of Juniper #799F9B
Tints of Juniper #799F9B
RGB
CMYK
RGB Variations
Color information
#799F9B (or 0x799F9B) is known color: Juniper. HEX triplet: 79, 9F and 9B. RGB value is (121,159,155). Sum of RGB (Red+Green+Blue) = 121+159+155=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #799F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F9B is #866064. Grayscale: #939393. Windows color (decimal): -8806501 or 10198905. OLE color: 10198905.
HSL color Cylindrical-coordinate representation of color #799F9B: hue angle of 173.68º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799F9B is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 155 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.38 |
| HSL | 173.68º | 0.17% | 0.55% | - |
| HSV(B) | 173.68º | 0.24% | 0.62% | - |
| XYZ | 26.2 | 31.23 | 35.66 | - |
| YUV | 147.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 155 | 0.24 | 0 | 0.03 | 0.38 | 173.68 | 0.17 | 0.55 |
| Hex | 79 | 9F | 9B | 18 | 0 | 3 | 26 | AE | 11 | 37 |
| Octal | 171 | 237 | 233 | 30 | 0 | 3 | 46 | 256 | 21 | 67 |
| Binary | 1111001 | 10011111 | 10011011 | 11000 | 0 | 11 | 100110 | 10101110 | 10001 | 110111 |
Color Harmonies of #799F9B
Complementary color
Monochromatic Colors of #799F9B
Black with #799F9B
Text Example
Text Example
White with #799F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F9B; }
p { color: rgb(121,159,155); }
H1.HeaderClassName
{
color: #799F9B;
}
.AnyTagClassName
{
color: #799F9B;
}
</style>
background-color css
<style>
a { background-color: #799F9B; }
a { background-color: rgb(121,159,155); }
div.DivClassName
{
background-color: #799F9B;
}
.BgClassName
{
background-color: #799F9B;
}
</style>
border-color css
<style>
span { border-color: #799F9B; }
span { border-color: rgb(121,159,155); }
td.TdClassName
{
border-color: #799F9B;
}
.TagClassName
{
border-color: #799F9B;
}
</style>