Shades of Juniper #799C9B
Tints of Juniper #799C9B
RGB
CMYK
RGB Variations
Color information
#799C9B (or 0x799C9B) is known color: Juniper. HEX triplet: 79, 9C and 9B. RGB value is (121,156,155). Sum of RGB (Red+Green+Blue) = 121+156+155=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 156 - color contains mainly: green. Hex color #799C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C9B is #866364. Grayscale: #919191. Windows color (decimal): -8807269 or 10198137. OLE color: 10198137.
HSL color Cylindrical-coordinate representation of color #799C9B: hue angle of 178.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799C9B is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 155 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.39 |
| HSL | 178.29º | 0.15% | 0.54% | - |
| HSV(B) | 178.29º | 0.22% | 0.61% | - |
| XYZ | 25.69 | 30.21 | 35.49 | - |
| YUV | 145.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 155 | 0.22 | 0 | 0.01 | 0.39 | 178.29 | 0.15 | 0.54 |
| Hex | 79 | 9C | 9B | 16 | 0 | 1 | 27 | B2 | F | 36 |
| Octal | 171 | 234 | 233 | 26 | 0 | 1 | 47 | 262 | 17 | 66 |
| Binary | 1111001 | 10011100 | 10011011 | 10110 | 0 | 1 | 100111 | 10110010 | 1111 | 110110 |
Color Harmonies of #799C9B
Complementary color
Monochromatic Colors of #799C9B
Black with #799C9B
Text Example
Text Example
White with #799C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C9B; }
p { color: rgb(121,156,155); }
H1.HeaderClassName
{
color: #799C9B;
}
.AnyTagClassName
{
color: #799C9B;
}
</style>
background-color css
<style>
a { background-color: #799C9B; }
a { background-color: rgb(121,156,155); }
div.DivClassName
{
background-color: #799C9B;
}
.BgClassName
{
background-color: #799C9B;
}
</style>
border-color css
<style>
span { border-color: #799C9B; }
span { border-color: rgb(121,156,155); }
td.TdClassName
{
border-color: #799C9B;
}
.TagClassName
{
border-color: #799C9B;
}
</style>