#688B73

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

Shades of Oxley #688B73

Tints of Oxley #688B73

Color information

#688B73 (or 0x688B73) is unknown color: approx Oxley. HEX triplet: 68, 8B and 73. RGB value is (104,139,115). Sum of RGB (Red+Green+Blue) = 104+139+115=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #688B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B73 is #97748C. Grayscale: #7D7D7D. Windows color (decimal): -9925773 or 7572328. OLE color: 7572328.

HSL color Cylindrical-coordinate representation of color #688B73: hue angle of 138.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B73 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB104139115-
CMYK0.2500.170.45
HSL138.86º14.4%47.65%-
HSV(B)138.86º25.18%54.51%-
XYZ18.0422.6519.64-
YUV125.8121.9112.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=29.05%
G=38.83%
B=32.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041391150.2500.170.45138.8614.447.65
Hex688B73190112D8be30
Octal15021316331021552131660
Binary110100010001011111001111001010001101101100010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,139,115); }

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

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

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

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

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

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

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