Shades of Juniper #689392
Tints of Juniper #689392
RGB
CMYK
RGB Variations
Color information
#689392 (or 0x689392) is known color: Juniper. HEX triplet: 68, 93 and 92. RGB value is (104,147,146). Sum of RGB (Red+Green+Blue) = 104+147+146=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #689392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689392 is #976C6D. Grayscale: #858585. Windows color (decimal): -9923694 or 9605992. OLE color: 9605992.
HSL color Cylindrical-coordinate representation of color #689392: hue angle of 178.6º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689392 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 146 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.42 |
| HSL | 178.6º | 0.17% | 0.49% | - |
| HSV(B) | 178.6º | 0.29% | 0.58% | - |
| XYZ | 21.33 | 25.89 | 31.07 | - |
| YUV | 134.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 146 | 0.29 | 0 | 0.01 | 0.42 | 178.6 | 0.17 | 0.49 |
| Hex | 68 | 93 | 92 | 1D | 0 | 1 | 2A | B3 | 11 | 31 |
| Octal | 150 | 223 | 222 | 35 | 0 | 1 | 52 | 263 | 21 | 61 |
| Binary | 1101000 | 10010011 | 10010010 | 11101 | 0 | 1 | 101010 | 10110011 | 10001 | 110001 |
Color Harmonies of #689392
Complementary color
Monochromatic Colors of #689392
Black with #689392
Text Example
Text Example
White with #689392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689392; }
p { color: rgb(104,147,146); }
H1.HeaderClassName
{
color: #689392;
}
.AnyTagClassName
{
color: #689392;
}
</style>
background-color css
<style>
a { background-color: #689392; }
a { background-color: rgb(104,147,146); }
div.DivClassName
{
background-color: #689392;
}
.BgClassName
{
background-color: #689392;
}
</style>
border-color css
<style>
span { border-color: #689392; }
span { border-color: rgb(104,147,146); }
td.TdClassName
{
border-color: #689392;
}
.TagClassName
{
border-color: #689392;
}
</style>