#68967C

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

Shades of Oxley #68967C

Tints of Oxley #68967C

Color information

#68967C (or 0x68967C) is unknown color: approx Oxley. HEX triplet: 68, 96 and 7C. RGB value is (104,150,124). Sum of RGB (Red+Green+Blue) = 104+150+124=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #68967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68967C is #976983. Grayscale: #858585. Windows color (decimal): -9922948 or 8164968. OLE color: 8164968.

HSL color Cylindrical-coordinate representation of color #68967C: hue angle of 146.09º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68967C is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB104150124-
CMYK0.3100.170.41
HSL146.09º18.11%49.8%-
HSV(B)146.09º30.67%58.82%-
XYZ20.2526.2123.06-
YUV133.28122.76107.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=27.51%
G=39.68%
B=32.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501240.3100.170.41146.0918.1149.8
Hex68967C1F01129921232
Octal15022617437021512222262
Binary1101000100101101111100111110100011010011001001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68967C; }

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

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

<style>
 a { background-color: #68967C; }

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

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

<style>
 span { border-color: #68967C; }

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

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