#689E95

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

Shades of Juniper #689E95

Tints of Juniper #689E95

Color information

#689E95 (or 0x689E95) is unknown color: approx Juniper. HEX triplet: 68, 9E and 95. RGB value is (104,158,149). Sum of RGB (Red+Green+Blue) = 104+158+149=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #689E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E95 is #97616A. Grayscale: #8C8C8C. Windows color (decimal): -9920875 or 9805416. OLE color: 9805416.

HSL color Cylindrical-coordinate representation of color #689E95: hue angle of 170º degrees, saturation: 0.22, 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 #689E95 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB104158149-
CMYK0.3400.060.38
HSL170º21.77%51.37%-
HSV(B)170º34.18%61.96%-
XYZ23.3629.5732.91-
YUV140.83132.61101.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.30%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=25.30%
G=38.44%
B=36.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041581490.3400.060.3817021.7751.37
Hex689E95220626aa1633
Octal1502362254206462522663
Binary1101000100111101001010110001001101001101010101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,158,149); }

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

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

 a { background-color: rgb(104,158,149); }

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

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

 span { border-color: rgb(104,158,149); }

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