Shades of Juniper #79A09B
Tints of Juniper #79A09B
RGB
CMYK
RGB Variations
Color information
#79A09B (or 0x79A09B) is known color: Juniper. HEX triplet: 79, A0 and 9B. RGB value is (121,160,155). Sum of RGB (Red+Green+Blue) = 121+160+155=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 160 - color contains mainly: green. Hex color #79A09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A09B is #865F64. Grayscale: #939393. Windows color (decimal): -8806245 or 10199161. OLE color: 10199161.
HSL color Cylindrical-coordinate representation of color #79A09B: hue angle of 172.31º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79A09B is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 160 | 155 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.37 |
| HSL | 172.31º | 0.17% | 0.55% | - |
| HSV(B) | 172.31º | 0.24% | 0.63% | - |
| XYZ | 26.37 | 31.57 | 35.71 | - |
| YUV | 147.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 160 | 155 | 0.24 | 0 | 0.03 | 0.37 | 172.31 | 0.17 | 0.55 |
| Hex | 79 | A0 | 9B | 18 | 0 | 3 | 25 | AC | 11 | 37 |
| Octal | 171 | 240 | 233 | 30 | 0 | 3 | 45 | 254 | 21 | 67 |
| Binary | 1111001 | 10100000 | 10011011 | 11000 | 0 | 11 | 100101 | 10101100 | 10001 | 110111 |
Color Harmonies of #79A09B
Complementary color
Monochromatic Colors of #79A09B
Black with #79A09B
Text Example
Text Example
White with #79A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A09B; }
p { color: rgb(121,160,155); }
H1.HeaderClassName
{
color: #79A09B;
}
.AnyTagClassName
{
color: #79A09B;
}
</style>
background-color css
<style>
a { background-color: #79A09B; }
a { background-color: rgb(121,160,155); }
div.DivClassName
{
background-color: #79A09B;
}
.BgClassName
{
background-color: #79A09B;
}
</style>
border-color css
<style>
span { border-color: #79A09B; }
span { border-color: rgb(121,160,155); }
td.TdClassName
{
border-color: #79A09B;
}
.TagClassName
{
border-color: #79A09B;
}
</style>