#689D96

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

Shades of Juniper #689D96

Tints of Juniper #689D96

Color information

#689D96 (or 0x689D96) is unknown color: approx Juniper. HEX triplet: 68, 9D and 96. RGB value is (104,157,150). Sum of RGB (Red+Green+Blue) = 104+157+150=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #689D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D96 is #976269. Grayscale: #8C8C8C. Windows color (decimal): -9921130 or 9870696. OLE color: 9870696.

HSL color Cylindrical-coordinate representation of color #689D96: hue angle of 172.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D96 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB104157150-
CMYK0.3400.040.38
HSL172.08º21.29%51.18%-
HSV(B)172.08º33.76%61.57%-
XYZ23.2729.2633.28-
YUV140.35133.44102.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.30%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=25.30%
G=38.20%
B=36.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041571500.3400.040.38172.0821.2951.18
Hex689D96220426ac1533
Octal1502352264204462542563
Binary1101000100111011001011010001001001001101010110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689D96; }

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

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

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

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

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

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

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

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