Shades of Juniper #699693
Tints of Juniper #699693
RGB
CMYK
RGB Variations
Color information
#699693 (or 0x699693) is known color: Juniper. HEX triplet: 69, 96 and 93. RGB value is (105,150,147). Sum of RGB (Red+Green+Blue) = 105+150+147=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #699693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699693 is #96696C. Grayscale: #888888. Windows color (decimal): -9857389 or 9672297. OLE color: 9672297.
HSL color Cylindrical-coordinate representation of color #699693: hue angle of 176º 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 #699693 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 147 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.41 |
| HSL | 176º | 0.18% | 0.5% | - |
| HSV(B) | 176º | 0.3% | 0.59% | - |
| XYZ | 22 | 26.92 | 31.64 | - |
| YUV | 136.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 147 | 0.30 | 0 | 0.02 | 0.41 | 176 | 0.18 | 0.5 |
| Hex | 69 | 96 | 93 | 1E | 0 | 2 | 29 | B0 | 12 | 32 |
| Octal | 151 | 226 | 223 | 36 | 0 | 2 | 51 | 260 | 22 | 62 |
| Binary | 1101001 | 10010110 | 10010011 | 11110 | 0 | 10 | 101001 | 10110000 | 10010 | 110010 |
Color Harmonies of #699693
Complementary color
Monochromatic Colors of #699693
Black with #699693
Text Example
Text Example
White with #699693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699693; }
p { color: rgb(105,150,147); }
H1.HeaderClassName
{
color: #699693;
}
.AnyTagClassName
{
color: #699693;
}
</style>
background-color css
<style>
a { background-color: #699693; }
a { background-color: rgb(105,150,147); }
div.DivClassName
{
background-color: #699693;
}
.BgClassName
{
background-color: #699693;
}
</style>
border-color css
<style>
span { border-color: #699693; }
span { border-color: rgb(105,150,147); }
td.TdClassName
{
border-color: #699693;
}
.TagClassName
{
border-color: #699693;
}
</style>