Shades of Juniper #699B95
Tints of Juniper #699B95
RGB
CMYK
RGB Variations
Color information
#699B95 (or 0x699B95) is known color: Juniper. HEX triplet: 69, 9B and 95. RGB value is (105,155,149). Sum of RGB (Red+Green+Blue) = 105+155+149=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #699B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B95 is #96646A. Grayscale: #8B8B8B. Windows color (decimal): -9856107 or 9804649. OLE color: 9804649.
HSL color Cylindrical-coordinate representation of color #699B95: hue angle of 172.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B95 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 149 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.39 |
| HSL | 172.8º | 0.2% | 0.51% | - |
| HSV(B) | 172.8º | 0.32% | 0.61% | - |
| XYZ | 22.97 | 28.62 | 32.75 | - |
| YUV | 139.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 149 | 0.32 | 0 | 0.04 | 0.39 | 172.8 | 0.2 | 0.51 |
| Hex | 69 | 9B | 95 | 20 | 0 | 4 | 27 | AD | 14 | 33 |
| Octal | 151 | 233 | 225 | 40 | 0 | 4 | 47 | 255 | 24 | 63 |
| Binary | 1101001 | 10011011 | 10010101 | 100000 | 0 | 100 | 100111 | 10101101 | 10100 | 110011 |
Color Harmonies of #699B95
Complementary color
Monochromatic Colors of #699B95
Black with #699B95
Text Example
Text Example
White with #699B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B95; }
p { color: rgb(105,155,149); }
H1.HeaderClassName
{
color: #699B95;
}
.AnyTagClassName
{
color: #699B95;
}
</style>
background-color css
<style>
a { background-color: #699B95; }
a { background-color: rgb(105,155,149); }
div.DivClassName
{
background-color: #699B95;
}
.BgClassName
{
background-color: #699B95;
}
</style>
border-color css
<style>
span { border-color: #699B95; }
span { border-color: rgb(105,155,149); }
td.TdClassName
{
border-color: #699B95;
}
.TagClassName
{
border-color: #699B95;
}
</style>