#689691

Color #689691 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #689691

Tints of Juniper #689691

Color information

#689691 (or 0x689691) is unknown color: approx Juniper. HEX triplet: 68, 96 and 91. RGB value is (104,150,145). Sum of RGB (Red+Green+Blue) = 104+150+145=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #689691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689691 is #97696E. Grayscale: #878787. Windows color (decimal): -9922927 or 9541224. OLE color: 9541224.

HSL color Cylindrical-coordinate representation of color #689691: hue angle of 173.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689691 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB104150145-
CMYK0.3100.030.41
HSL173.48º18.11%49.8%-
HSV(B)173.48º30.67%58.82%-
XYZ21.7326.830.82-
YUV135.68133.26105.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 145 (57.03% from 255) = 36.34%
R=26.07%
G=37.59%
B=36.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501450.3100.030.41173.4818.1149.8
Hex6896911F0329ad1232
Octal1502262213703512552262
Binary11010001001011010010001111110111010011010110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689691; }

 p { color: rgb(104,150,145); }

 H1.HeaderClassName
 {
   color: #689691;
 }
 .AnyTagClassName
 {
   color: #689691;
 }
</style>
background-color css

<style>
 a { background-color: #689691; }

 a { background-color: rgb(104,150,145); }

 div.DivClassName
 {
   background-color: #689691;
 }
 .BgClassName
 {
   background-color: #689691;
 }
</style>
border-color css

<style>
 span { border-color: #689691; }

 span { border-color: rgb(104,150,145); }

 td.TdClassName
 {
   border-color: #689691;
 }
 .TagClassName
 {
   border-color: #689691;
 }
</style>