#68A37E

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

Shades of Oxley #68A37E

Tints of Oxley #68A37E

Color information

#68A37E (or 0x68A37E) is unknown color: approx Oxley. HEX triplet: 68, A3 and 7E. RGB value is (104,163,126). Sum of RGB (Red+Green+Blue) = 104+163+126=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #68A37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A37E is #975C81. Grayscale: #8D8D8D. Windows color (decimal): -9919618 or 8299368. OLE color: 8299368.

HSL color Cylindrical-coordinate representation of color #68A37E: hue angle of 142.37º 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 #68A37E is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB104163126-
CMYK0.3600.230.36
HSL142.37º24.28%52.35%-
HSV(B)142.37º36.2%63.92%-
XYZ22.5730.6424.46-
YUV141.14119.45101.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 163 (64.06% from 255) = 41.48%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=26.46%
G=41.48%
B=32.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041631260.3600.230.36142.3724.2852.35
Hex68A37E24017248e1834
Octal15024317644027442163064
Binary11010001010001111111101001000101111001001000111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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