#68A479

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

Shades of Oxley #68A479

Tints of Oxley #68A479

Color information

#68A479 (or 0x68A479) is unknown color: approx Oxley. HEX triplet: 68, A4 and 79. RGB value is (104,164,121). Sum of RGB (Red+Green+Blue) = 104+164+121=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #68A479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A479 is #975B86. Grayscale: #8D8D8D. Windows color (decimal): -9919367 or 7971944. OLE color: 7971944.

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

Color convert

RGB104164121-
CMYK0.3700.260.36
HSL137º24.79%52.55%-
HSV(B)137º36.59%64.31%-
XYZ22.4430.8722.87-
YUV141.16116.62101.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=26.74%
G=42.16%
B=31.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641210.3700.260.3613724.7952.55
Hex68A4792501A24891935
Octal15024417145032442113165
Binary11010001010010011110011001010110101001001000100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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