Shades of Juniper #689390
Tints of Juniper #689390
RGB
CMYK
RGB Variations
Color information
#689390 (or 0x689390) is known color: Juniper. HEX triplet: 68, 93 and 90. RGB value is (104,147,144). Sum of RGB (Red+Green+Blue) = 104+147+144=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #689390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689390 is #976C6F. Grayscale: #858585. Windows color (decimal): -9923696 or 9474920. OLE color: 9474920.
HSL color Cylindrical-coordinate representation of color #689390: hue angle of 175.81º 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 #689390 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 144 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.42 |
| HSL | 175.81º | 0.17% | 0.49% | - |
| HSV(B) | 175.81º | 0.29% | 0.58% | - |
| XYZ | 21.18 | 25.82 | 30.25 | - |
| YUV | 133.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 144 | 0.29 | 0 | 0.02 | 0.42 | 175.81 | 0.17 | 0.49 |
| Hex | 68 | 93 | 90 | 1D | 0 | 2 | 2A | B0 | 11 | 31 |
| Octal | 150 | 223 | 220 | 35 | 0 | 2 | 52 | 260 | 21 | 61 |
| Binary | 1101000 | 10010011 | 10010000 | 11101 | 0 | 10 | 101010 | 10110000 | 10001 | 110001 |
Color Harmonies of #689390
Complementary color
Monochromatic Colors of #689390
Black with #689390
Text Example
Text Example
White with #689390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689390; }
p { color: rgb(104,147,144); }
H1.HeaderClassName
{
color: #689390;
}
.AnyTagClassName
{
color: #689390;
}
</style>
background-color css
<style>
a { background-color: #689390; }
a { background-color: rgb(104,147,144); }
div.DivClassName
{
background-color: #689390;
}
.BgClassName
{
background-color: #689390;
}
</style>
border-color css
<style>
span { border-color: #689390; }
span { border-color: rgb(104,147,144); }
td.TdClassName
{
border-color: #689390;
}
.TagClassName
{
border-color: #689390;
}
</style>