#688E8E

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

Shades of Juniper #688E8E

Tints of Juniper #688E8E

Color information

#688E8E (or 0x688E8E) is unknown color: approx Juniper. HEX triplet: 68, 8E and 8E. RGB value is (104,142,142). Sum of RGB (Red+Green+Blue) = 104+142+142=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #688E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E8E is #977171. Grayscale: #828282. Windows color (decimal): -9924978 or 9342568. OLE color: 9342568.

HSL color Cylindrical-coordinate representation of color #688E8E: hue angle of 180º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688E8E is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104142142-
CMYK0.27000.44
HSL180º15.45%48.24%-
HSV(B)180º26.76%55.69%-
XYZ20.2624.2429.2-
YUV130.64134.41109-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=26.80%
G=36.60%
B=36.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041421420.27000.4418015.4548.24
Hex688E8E1B002Cb4f30
Octal1502162163300542641760
Binary110100010001110100011101101100101100101101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688E8E; }

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

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

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

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

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

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

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

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