Shades of Juniper #699391
Tints of Juniper #699391
RGB
CMYK
RGB Variations
Color information
#699391 (or 0x699391) is known color: Juniper. HEX triplet: 69, 93 and 91. RGB value is (105,147,145). Sum of RGB (Red+Green+Blue) = 105+147+145=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #699391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699391 is #966C6E. Grayscale: #868686. Windows color (decimal): -9858159 or 9540457. OLE color: 9540457.
HSL color Cylindrical-coordinate representation of color #699391: hue angle of 177.14º 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 #699391 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 145 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.42 |
| HSL | 177.14º | 0.17% | 0.49% | - |
| HSV(B) | 177.14º | 0.29% | 0.58% | - |
| XYZ | 21.37 | 25.92 | 30.66 | - |
| YUV | 134.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 145 | 0.29 | 0 | 0.01 | 0.42 | 177.14 | 0.17 | 0.49 |
| Hex | 69 | 93 | 91 | 1D | 0 | 1 | 2A | B1 | 11 | 31 |
| Octal | 151 | 223 | 221 | 35 | 0 | 1 | 52 | 261 | 21 | 61 |
| Binary | 1101001 | 10010011 | 10010001 | 11101 | 0 | 1 | 101010 | 10110001 | 10001 | 110001 |
Color Harmonies of #699391
Complementary color
Monochromatic Colors of #699391
Black with #699391
Text Example
Text Example
White with #699391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699391; }
p { color: rgb(105,147,145); }
H1.HeaderClassName
{
color: #699391;
}
.AnyTagClassName
{
color: #699391;
}
</style>
background-color css
<style>
a { background-color: #699391; }
a { background-color: rgb(105,147,145); }
div.DivClassName
{
background-color: #699391;
}
.BgClassName
{
background-color: #699391;
}
</style>
border-color css
<style>
span { border-color: #699391; }
span { border-color: rgb(105,147,145); }
td.TdClassName
{
border-color: #699391;
}
.TagClassName
{
border-color: #699391;
}
</style>