#68A37C

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

Shades of Oxley #68A37C

Tints of Oxley #68A37C

Color information

#68A37C (or 0x68A37C) is unknown color: approx Oxley. HEX triplet: 68, A3 and 7C. RGB value is (104,163,124). Sum of RGB (Red+Green+Blue) = 104+163+124=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #68A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A37C is #975C83. Grayscale: #8D8D8D. Windows color (decimal): -9919620 or 8168296. OLE color: 8168296.

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

Color convert

RGB104163124-
CMYK0.3600.240.36
HSL140.34º24.28%52.35%-
HSV(B)140.34º36.2%63.92%-
XYZ22.4430.5923.79-
YUV140.91118.45101.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=26.60%
G=41.69%
B=31.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041631240.3600.240.36140.3424.2852.35
Hex68A37C24018248c1834
Octal15024317444030442143064
Binary11010001010001111111001001000110001001001000110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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