#64A476

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

Shades of Oxley #64A476

Tints of Oxley #64A476

Color information

#64A476 (or 0x64A476) is unknown color: approx Oxley. HEX triplet: 64, A4 and 76. RGB value is (100,164,118). Sum of RGB (Red+Green+Blue) = 100+164+118=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #64A476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A476 is #9B5B89. Grayscale: #8B8B8B. Windows color (decimal): -10181514 or 7775332. OLE color: 7775332.

HSL color Cylindrical-coordinate representation of color #64A476: hue angle of 136.88º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A476 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB100164118-
CMYK0.3900.280.36
HSL136.88º26.02%51.76%-
HSV(B)136.88º39.02%64.31%-
XYZ21.830.5721.89-
YUV139.62115.899.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=26.18%
G=42.93%
B=30.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001641180.3900.280.36136.8826.0251.76
Hex64A4762701C24891a34
Octal14424416647034442113264
Binary11001001010010011101101001110111001001001000100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A476; }

 p { color: rgb(100,164,118); }

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

<style>
 a { background-color: #64A476; }

 a { background-color: rgb(100,164,118); }

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

<style>
 span { border-color: #64A476; }

 span { border-color: rgb(100,164,118); }

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