Shades of Juniper #689791
Tints of Juniper #689791
RGB
CMYK
RGB Variations
Color information
#689791 (or 0x689791) is known color: Juniper. HEX triplet: 68, 97 and 91. RGB value is (104,151,145). Sum of RGB (Red+Green+Blue) = 104+151+145=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #689791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689791 is #97686E. Grayscale: #888888. Windows color (decimal): -9922671 or 9541480. OLE color: 9541480.
HSL color Cylindrical-coordinate representation of color #689791: hue angle of 172.34º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689791 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 145 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.41 |
| HSL | 172.34º | 0.18% | 0.5% | - |
| HSV(B) | 172.34º | 0.31% | 0.59% | - |
| XYZ | 21.89 | 27.12 | 30.87 | - |
| YUV | 136.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 145 | 0.31 | 0 | 0.04 | 0.41 | 172.34 | 0.18 | 0.5 |
| Hex | 68 | 97 | 91 | 1F | 0 | 4 | 29 | AC | 12 | 32 |
| Octal | 150 | 227 | 221 | 37 | 0 | 4 | 51 | 254 | 22 | 62 |
| Binary | 1101000 | 10010111 | 10010001 | 11111 | 0 | 100 | 101001 | 10101100 | 10010 | 110010 |
Color Harmonies of #689791
Complementary color
Monochromatic Colors of #689791
Black with #689791
Text Example
Text Example
White with #689791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689791; }
p { color: rgb(104,151,145); }
H1.HeaderClassName
{
color: #689791;
}
.AnyTagClassName
{
color: #689791;
}
</style>
background-color css
<style>
a { background-color: #689791; }
a { background-color: rgb(104,151,145); }
div.DivClassName
{
background-color: #689791;
}
.BgClassName
{
background-color: #689791;
}
</style>
border-color css
<style>
span { border-color: #689791; }
span { border-color: rgb(104,151,145); }
td.TdClassName
{
border-color: #689791;
}
.TagClassName
{
border-color: #689791;
}
</style>