#68A47B

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

Shades of Oxley #68A47B

Tints of Oxley #68A47B

Color information

#68A47B (or 0x68A47B) is unknown color: approx Oxley. HEX triplet: 68, A4 and 7B. RGB value is (104,164,123). Sum of RGB (Red+Green+Blue) = 104+164+123=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #68A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A47B is #975B84. Grayscale: #8D8D8D. Windows color (decimal): -9919365 or 8103016. OLE color: 8103016.

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

Color convert

RGB104164123-
CMYK0.3700.250.36
HSL139º24.79%52.55%-
HSV(B)139º36.59%64.31%-
XYZ22.5630.9223.52-
YUV141.39117.62101.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=26.60%
G=41.94%
B=31.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641230.3700.250.3613924.7952.55
Hex68A47B25019248b1935
Octal15024417345031442133165
Binary11010001010010011110111001010110011001001000101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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