Shades of Juniper #699992
Tints of Juniper #699992
RGB
CMYK
RGB Variations
Color information
#699992 (or 0x699992) is known color: Juniper. HEX triplet: 69, 99 and 92. RGB value is (105,153,146). Sum of RGB (Red+Green+Blue) = 105+153+146=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #699992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699992 is #96666D. Grayscale: #898989. Windows color (decimal): -9856622 or 9607529. OLE color: 9607529.
HSL color Cylindrical-coordinate representation of color #699992: hue angle of 171.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699992 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 153 | 146 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.4 |
| HSL | 171.25º | 0.19% | 0.51% | - |
| HSV(B) | 171.25º | 0.31% | 0.6% | - |
| XYZ | 22.41 | 27.86 | 31.39 | - |
| YUV | 137.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 146 | 0.31 | 0 | 0.05 | 0.4 | 171.25 | 0.19 | 0.51 |
| Hex | 69 | 99 | 92 | 1F | 0 | 5 | 28 | AB | 13 | 33 |
| Octal | 151 | 231 | 222 | 37 | 0 | 5 | 50 | 253 | 23 | 63 |
| Binary | 1101001 | 10011001 | 10010010 | 11111 | 0 | 101 | 101000 | 10101011 | 10011 | 110011 |
Color Harmonies of #699992
Complementary color
Monochromatic Colors of #699992
Black with #699992
Text Example
Text Example
White with #699992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699992; }
p { color: rgb(105,153,146); }
H1.HeaderClassName
{
color: #699992;
}
.AnyTagClassName
{
color: #699992;
}
</style>
background-color css
<style>
a { background-color: #699992; }
a { background-color: rgb(105,153,146); }
div.DivClassName
{
background-color: #699992;
}
.BgClassName
{
background-color: #699992;
}
</style>
border-color css
<style>
span { border-color: #699992; }
span { border-color: rgb(105,153,146); }
td.TdClassName
{
border-color: #699992;
}
.TagClassName
{
border-color: #699992;
}
</style>