Shades of Juniper #689C96
Tints of Juniper #689C96
RGB
CMYK
RGB Variations
Color information
#689C96 (or 0x689C96) is known color: Juniper. HEX triplet: 68, 9C and 96. RGB value is (104,156,150). Sum of RGB (Red+Green+Blue) = 104+156+150=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 156 - color contains mainly: green. Hex color #689C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689C96 is #976369. Grayscale: #8B8B8B. Windows color (decimal): -9921386 or 9870440. OLE color: 9870440.
HSL color Cylindrical-coordinate representation of color #689C96: hue angle of 173.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689C96 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 150 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.39 |
| HSL | 173.08º | 0.21% | 0.51% | - |
| HSV(B) | 173.08º | 0.33% | 0.61% | - |
| XYZ | 23.1 | 28.92 | 33.22 | - |
| YUV | 139.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 150 | 0.33 | 0 | 0.04 | 0.39 | 173.08 | 0.21 | 0.51 |
| Hex | 68 | 9C | 96 | 21 | 0 | 4 | 27 | AD | 15 | 33 |
| Octal | 150 | 234 | 226 | 41 | 0 | 4 | 47 | 255 | 25 | 63 |
| Binary | 1101000 | 10011100 | 10010110 | 100001 | 0 | 100 | 100111 | 10101101 | 10101 | 110011 |
Color Harmonies of #689C96
Complementary color
Monochromatic Colors of #689C96
Black with #689C96
Text Example
Text Example
White with #689C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C96; }
p { color: rgb(104,156,150); }
H1.HeaderClassName
{
color: #689C96;
}
.AnyTagClassName
{
color: #689C96;
}
</style>
background-color css
<style>
a { background-color: #689C96; }
a { background-color: rgb(104,156,150); }
div.DivClassName
{
background-color: #689C96;
}
.BgClassName
{
background-color: #689C96;
}
</style>
border-color css
<style>
span { border-color: #689C96; }
span { border-color: rgb(104,156,150); }
td.TdClassName
{
border-color: #689C96;
}
.TagClassName
{
border-color: #689C96;
}
</style>