#689591

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

Shades of Juniper #689591

Tints of Juniper #689591

Color information

#689591 (or 0x689591) is unknown color: approx Juniper. HEX triplet: 68, 95 and 91. RGB value is (104,149,145). Sum of RGB (Red+Green+Blue) = 104+149+145=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #689591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689591 is #976A6E. Grayscale: #878787. Windows color (decimal): -9923183 or 9540968. OLE color: 9540968.

HSL color Cylindrical-coordinate representation of color #689591: hue angle of 174.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689591 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB104149145-
CMYK0.3000.030.42
HSL174.67º17.79%49.61%-
HSV(B)174.67º30.2%58.43%-
XYZ21.5726.4830.76-
YUV135.09133.59105.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 145 (57.03% from 255) = 36.43%
R=26.13%
G=37.44%
B=36.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491450.3000.030.42174.6717.7949.61
Hex6895911E032Aaf1232
Octal1502252213603522572262
Binary11010001001010110010001111100111010101010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689591; }

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

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

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

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

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

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

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

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