#68A471

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

Shades of Oxley #68A471

Tints of Oxley #68A471

Color information

#68A471 (or 0x68A471) is unknown color: approx Oxley. HEX triplet: 68, A4 and 71. RGB value is (104,164,113). Sum of RGB (Red+Green+Blue) = 104+164+113=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #68A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A471 is #975B8E. Grayscale: #8C8C8C. Windows color (decimal): -9919375 or 7447656. OLE color: 7447656.

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

Color convert

RGB104164113-
CMYK0.3700.310.36
HSL129º24.79%52.55%-
HSV(B)129º36.59%64.31%-
XYZ21.9730.6920.39-
YUV140.25112.62102.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=27.30%
G=43.04%
B=29.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641130.3700.310.3612924.7952.55
Hex68A4712501F24811935
Octal15024416145037442013165
Binary11010001010010011100011001010111111001001000000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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