Shades of Juniper #799D96
Tints of Juniper #799D96
RGB
CMYK
RGB Variations
Color information
#799D96 (or 0x799D96) is known color: Juniper. HEX triplet: 79, 9D and 96. RGB value is (121,157,150). Sum of RGB (Red+Green+Blue) = 121+157+150=428 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.27% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #799D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799D96 is #866269. Grayscale: #919191. Windows color (decimal): -8807018 or 9870713. OLE color: 9870713.
HSL color Cylindrical-coordinate representation of color #799D96: hue angle of 168.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799D96 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 150 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.38 |
| HSL | 168.33º | 0.16% | 0.55% | - |
| HSV(B) | 168.33º | 0.23% | 0.62% | - |
| XYZ | 25.45 | 30.38 | 33.38 | - |
| YUV | 145.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 150 | 0.23 | 0 | 0.04 | 0.38 | 168.33 | 0.16 | 0.55 |
| Hex | 79 | 9D | 96 | 17 | 0 | 4 | 26 | A8 | 10 | 37 |
| Octal | 171 | 235 | 226 | 27 | 0 | 4 | 46 | 250 | 20 | 67 |
| Binary | 1111001 | 10011101 | 10010110 | 10111 | 0 | 100 | 100110 | 10101000 | 10000 | 110111 |
Color Harmonies of #799D96
Complementary color
Monochromatic Colors of #799D96
Black with #799D96
Text Example
Text Example
White with #799D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D96; }
p { color: rgb(121,157,150); }
H1.HeaderClassName
{
color: #799D96;
}
.AnyTagClassName
{
color: #799D96;
}
</style>
background-color css
<style>
a { background-color: #799D96; }
a { background-color: rgb(121,157,150); }
div.DivClassName
{
background-color: #799D96;
}
.BgClassName
{
background-color: #799D96;
}
</style>
border-color css
<style>
span { border-color: #799D96; }
span { border-color: rgb(121,157,150); }
td.TdClassName
{
border-color: #799D96;
}
.TagClassName
{
border-color: #799D96;
}
</style>