#689595

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

Shades of Juniper #689595

Tints of Juniper #689595

Color information

#689595 (or 0x689595) is unknown color: approx Juniper. HEX triplet: 68, 95 and 95. RGB value is (104,149,149). Sum of RGB (Red+Green+Blue) = 104+149+149=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #689595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689595 is #976A6A. Grayscale: #878787. Windows color (decimal): -9923179 or 9803112. OLE color: 9803112.

HSL color Cylindrical-coordinate representation of color #689595: hue angle of 180º 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 #689595 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104149149-
CMYK0.30000.42
HSL180º17.79%49.61%-
HSV(B)180º30.2%58.43%-
XYZ21.8826.6132.42-
YUV135.54135.59105.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=25.87%
G=37.06%
B=37.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491490.30000.4218017.7949.61
Hex6895951E002Ab41232
Octal1502252253600522642262
Binary1101000100101011001010111110001010101011010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689595; }

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

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

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

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

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

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

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

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