#68A47C

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

Shades of Oxley #68A47C

Tints of Oxley #68A47C

Color information

#68A47C (or 0x68A47C) is unknown color: approx Oxley. HEX triplet: 68, A4 and 7C. RGB value is (104,164,124). Sum of RGB (Red+Green+Blue) = 104+164+124=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #68A47C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A47C is #975B83. Grayscale: #8D8D8D. Windows color (decimal): -9919364 or 8168552. OLE color: 8168552.

HSL color Cylindrical-coordinate representation of color #68A47C: hue angle of 140º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A47C is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB104164124-
CMYK0.3700.240.36
HSL140º24.79%52.55%-
HSV(B)140º36.59%64.31%-
XYZ22.6230.9523.85-
YUV141.5118.12101.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=26.53%
G=41.84%
B=31.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641240.3700.240.3614024.7952.55
Hex68A47C25018248c1935
Octal15024417445030442143165
Binary11010001010010011111001001010110001001001000110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A47C; }

 p { color: rgb(104,164,124); }

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

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

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

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

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

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

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