Shades of Juniper #689391
Tints of Juniper #689391
RGB
CMYK
RGB Variations
Color information
#689391 (or 0x689391) is known color: Juniper. HEX triplet: 68, 93 and 91. RGB value is (104,147,145). Sum of RGB (Red+Green+Blue) = 104+147+145=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #689391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689391 is #976C6E. Grayscale: #858585. Windows color (decimal): -9923695 or 9540456. OLE color: 9540456.
HSL color Cylindrical-coordinate representation of color #689391: hue angle of 177.21º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689391 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 145 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.42 |
| HSL | 177.21º | 0.17% | 0.49% | - |
| HSV(B) | 177.21º | 0.29% | 0.58% | - |
| XYZ | 21.25 | 25.85 | 30.66 | - |
| YUV | 133.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 145 | 0.29 | 0 | 0.01 | 0.42 | 177.21 | 0.17 | 0.49 |
| Hex | 68 | 93 | 91 | 1D | 0 | 1 | 2A | B1 | 11 | 31 |
| Octal | 150 | 223 | 221 | 35 | 0 | 1 | 52 | 261 | 21 | 61 |
| Binary | 1101000 | 10010011 | 10010001 | 11101 | 0 | 1 | 101010 | 10110001 | 10001 | 110001 |
Color Harmonies of #689391
Complementary color
Monochromatic Colors of #689391
Black with #689391
Text Example
Text Example
White with #689391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689391; }
p { color: rgb(104,147,145); }
H1.HeaderClassName
{
color: #689391;
}
.AnyTagClassName
{
color: #689391;
}
</style>
background-color css
<style>
a { background-color: #689391; }
a { background-color: rgb(104,147,145); }
div.DivClassName
{
background-color: #689391;
}
.BgClassName
{
background-color: #689391;
}
</style>
border-color css
<style>
span { border-color: #689391; }
span { border-color: rgb(104,147,145); }
td.TdClassName
{
border-color: #689391;
}
.TagClassName
{
border-color: #689391;
}
</style>