#68A472

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

Shades of Oxley #68A472

Tints of Oxley #68A472

Color information

#68A472 (or 0x68A472) is unknown color: approx Oxley. HEX triplet: 68, A4 and 72. RGB value is (104,164,114). Sum of RGB (Red+Green+Blue) = 104+164+114=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #68A472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A472 is #975B8D. Grayscale: #8C8C8C. Windows color (decimal): -9919374 or 7513192. OLE color: 7513192.

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

Color convert

RGB104164114-
CMYK0.3700.300.36
HSL130º24.79%52.55%-
HSV(B)130º36.59%64.31%-
XYZ22.0230.7120.69-
YUV140.36113.12102.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=27.23%
G=42.93%
B=29.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641140.3700.300.3613024.7952.55
Hex68A4722501E24821935
Octal15024416245036442023165
Binary11010001010010011100101001010111101001001000001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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