#688F76

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

Shades of Oxley #688F76

Tints of Oxley #688F76

Color information

#688F76 (or 0x688F76) is unknown color: approx Oxley. HEX triplet: 68, 8F and 76. RGB value is (104,143,118). Sum of RGB (Red+Green+Blue) = 104+143+118=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #688F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688F76 is #977089. Grayscale: #808080. Windows color (decimal): -9924746 or 7769960. OLE color: 7769960.

HSL color Cylindrical-coordinate representation of color #688F76: hue angle of 141.54º degrees, saturation: 0.16, 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 #688F76 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB104143118-
CMYK0.2700.170.44
HSL141.54º15.79%48.43%-
HSV(B)141.54º27.27%56.08%-
XYZ18.823.920.76-
YUV128.49122.08110.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=28.49%
G=39.18%
B=32.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041431180.2700.170.44141.5415.7948.43
Hex688F761B0112C8e1030
Octal15021716633021542162060
Binary1101000100011111110110110110100011011001000111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,143,118); }

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

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

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

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

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

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

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