Shades of Juniper #699892
Tints of Juniper #699892
RGB
CMYK
RGB Variations
Color information
#699892 (or 0x699892) is known color: Juniper. HEX triplet: 69, 98 and 92. RGB value is (105,152,146). Sum of RGB (Red+Green+Blue) = 105+152+146=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #699892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699892 is #96676D. Grayscale: #898989. Windows color (decimal): -9856878 or 9607273. OLE color: 9607273.
HSL color Cylindrical-coordinate representation of color #699892: hue angle of 172.34º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699892 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 146 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.40 |
| HSL | 172.34º | 0.19% | 0.5% | - |
| HSV(B) | 172.34º | 0.31% | 0.6% | - |
| XYZ | 22.24 | 27.54 | 31.34 | - |
| YUV | 137.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 146 | 0.31 | 0 | 0.04 | 0.40 | 172.34 | 0.19 | 0.5 |
| Hex | 69 | 98 | 92 | 1F | 0 | 4 | 28 | AC | 13 | 32 |
| Octal | 151 | 230 | 222 | 37 | 0 | 4 | 50 | 254 | 23 | 62 |
| Binary | 1101001 | 10011000 | 10010010 | 11111 | 0 | 100 | 101000 | 10101100 | 10011 | 110010 |
Color Harmonies of #699892
Complementary color
Monochromatic Colors of #699892
Black with #699892
Text Example
Text Example
White with #699892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699892; }
p { color: rgb(105,152,146); }
H1.HeaderClassName
{
color: #699892;
}
.AnyTagClassName
{
color: #699892;
}
</style>
background-color css
<style>
a { background-color: #699892; }
a { background-color: rgb(105,152,146); }
div.DivClassName
{
background-color: #699892;
}
.BgClassName
{
background-color: #699892;
}
</style>
border-color css
<style>
span { border-color: #699892; }
span { border-color: rgb(105,152,146); }
td.TdClassName
{
border-color: #699892;
}
.TagClassName
{
border-color: #699892;
}
</style>