Shades of Juniper #689592
Tints of Juniper #689592
RGB
CMYK
RGB Variations
Color information
#689592 (or 0x689592) is known color: Juniper. HEX triplet: 68, 95 and 92. RGB value is (104,149,146). Sum of RGB (Red+Green+Blue) = 104+149+146=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #689592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689592 is #976A6D. Grayscale: #878787. Windows color (decimal): -9923182 or 9606504. OLE color: 9606504.
HSL color Cylindrical-coordinate representation of color #689592: hue angle of 176º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689592 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 146 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.42 |
| HSL | 176º | 0.18% | 0.5% | - |
| HSV(B) | 176º | 0.3% | 0.58% | - |
| XYZ | 21.64 | 26.51 | 31.17 | - |
| YUV | 135.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 146 | 0.30 | 0 | 0.02 | 0.42 | 176 | 0.18 | 0.5 |
| Hex | 68 | 95 | 92 | 1E | 0 | 2 | 2A | B0 | 12 | 32 |
| Octal | 150 | 225 | 222 | 36 | 0 | 2 | 52 | 260 | 22 | 62 |
| Binary | 1101000 | 10010101 | 10010010 | 11110 | 0 | 10 | 101010 | 10110000 | 10010 | 110010 |
Color Harmonies of #689592
Complementary color
Monochromatic Colors of #689592
Black with #689592
Text Example
Text Example
White with #689592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689592; }
p { color: rgb(104,149,146); }
H1.HeaderClassName
{
color: #689592;
}
.AnyTagClassName
{
color: #689592;
}
</style>
background-color css
<style>
a { background-color: #689592; }
a { background-color: rgb(104,149,146); }
div.DivClassName
{
background-color: #689592;
}
.BgClassName
{
background-color: #689592;
}
</style>
border-color css
<style>
span { border-color: #689592; }
span { border-color: rgb(104,149,146); }
td.TdClassName
{
border-color: #689592;
}
.TagClassName
{
border-color: #689592;
}
</style>