Shades of Juniper #799B98
Tints of Juniper #799B98
RGB
CMYK
RGB Variations
Color information
#799B98 (or 0x799B98) is known color: Juniper. HEX triplet: 79, 9B and 98. RGB value is (121,155,152). Sum of RGB (Red+Green+Blue) = 121+155+152=428 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.27% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #799B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B98 is #866467. Grayscale: #909090. Windows color (decimal): -8807528 or 10001273. OLE color: 10001273.
HSL color Cylindrical-coordinate representation of color #799B98: hue angle of 174.71º 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 #799B98 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 152 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.39 |
| HSL | 174.71º | 0.15% | 0.54% | - |
| HSV(B) | 174.71º | 0.22% | 0.61% | - |
| XYZ | 25.27 | 29.77 | 34.12 | - |
| YUV | 144.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 152 | 0.22 | 0 | 0.02 | 0.39 | 174.71 | 0.15 | 0.54 |
| Hex | 79 | 9B | 98 | 16 | 0 | 2 | 27 | AF | F | 36 |
| Octal | 171 | 233 | 230 | 26 | 0 | 2 | 47 | 257 | 17 | 66 |
| Binary | 1111001 | 10011011 | 10011000 | 10110 | 0 | 10 | 100111 | 10101111 | 1111 | 110110 |
Color Harmonies of #799B98
Complementary color
Monochromatic Colors of #799B98
Black with #799B98
Text Example
Text Example
White with #799B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B98; }
p { color: rgb(121,155,152); }
H1.HeaderClassName
{
color: #799B98;
}
.AnyTagClassName
{
color: #799B98;
}
</style>
background-color css
<style>
a { background-color: #799B98; }
a { background-color: rgb(121,155,152); }
div.DivClassName
{
background-color: #799B98;
}
.BgClassName
{
background-color: #799B98;
}
</style>
border-color css
<style>
span { border-color: #799B98; }
span { border-color: rgb(121,155,152); }
td.TdClassName
{
border-color: #799B98;
}
.TagClassName
{
border-color: #799B98;
}
</style>