#688E74

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

Shades of Oxley #688E74

Tints of Oxley #688E74

Color information

#688E74 (or 0x688E74) is unknown color: approx Oxley. HEX triplet: 68, 8E and 74. RGB value is (104,142,116). Sum of RGB (Red+Green+Blue) = 104+142+116=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #688E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688E74 is #97718B. Grayscale: #7F7F7F. Windows color (decimal): -9925004 or 7638632. OLE color: 7638632.

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

Color convert

RGB104142116-
CMYK0.2700.180.44
HSL138.95º15.45%48.24%-
HSV(B)138.95º26.76%55.69%-
XYZ18.5323.5520.09-
YUV127.67121.41111.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=28.73%
G=39.23%
B=32.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041421160.2700.180.44138.9515.4548.24
Hex688E741B0122C8bf30
Octal15021616433022542131760
Binary110100010001110111010011011010010101100100010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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