Shades of Juniper #699691
Tints of Juniper #699691
RGB
CMYK
RGB Variations
Color information
#699691 (or 0x699691) is known color: Juniper. HEX triplet: 69, 96 and 91. RGB value is (105,150,145). Sum of RGB (Red+Green+Blue) = 105+150+145=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #699691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699691 is #96696E. Grayscale: #878787. Windows color (decimal): -9857391 or 9541225. OLE color: 9541225.
HSL color Cylindrical-coordinate representation of color #699691: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699691 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 145 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.41 |
| HSL | 173.33º | 0.18% | 0.5% | - |
| HSV(B) | 173.33º | 0.3% | 0.59% | - |
| XYZ | 21.84 | 26.86 | 30.82 | - |
| YUV | 135.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 145 | 0.30 | 0 | 0.03 | 0.41 | 173.33 | 0.18 | 0.5 |
| Hex | 69 | 96 | 91 | 1E | 0 | 3 | 29 | AD | 12 | 32 |
| Octal | 151 | 226 | 221 | 36 | 0 | 3 | 51 | 255 | 22 | 62 |
| Binary | 1101001 | 10010110 | 10010001 | 11110 | 0 | 11 | 101001 | 10101101 | 10010 | 110010 |
Color Harmonies of #699691
Complementary color
Monochromatic Colors of #699691
Black with #699691
Text Example
Text Example
White with #699691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699691; }
p { color: rgb(105,150,145); }
H1.HeaderClassName
{
color: #699691;
}
.AnyTagClassName
{
color: #699691;
}
</style>
background-color css
<style>
a { background-color: #699691; }
a { background-color: rgb(105,150,145); }
div.DivClassName
{
background-color: #699691;
}
.BgClassName
{
background-color: #699691;
}
</style>
border-color css
<style>
span { border-color: #699691; }
span { border-color: rgb(105,150,145); }
td.TdClassName
{
border-color: #699691;
}
.TagClassName
{
border-color: #699691;
}
</style>