#64A477

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

Shades of Oxley #64A477

Tints of Oxley #64A477

Color information

#64A477 (or 0x64A477) is unknown color: approx Oxley. HEX triplet: 64, A4 and 77. RGB value is (100,164,119). Sum of RGB (Red+Green+Blue) = 100+164+119=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #64A477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A477 is #9B5B88. Grayscale: #8B8B8B. Windows color (decimal): -10181513 or 7840868. OLE color: 7840868.

HSL color Cylindrical-coordinate representation of color #64A477: hue angle of 137.81º 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 #64A477 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB100164119-
CMYK0.3900.270.36
HSL137.81º26.02%51.76%-
HSV(B)137.81º39.02%64.31%-
XYZ21.8630.5922.21-
YUV139.73116.399.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=26.11%
G=42.82%
B=31.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001641190.3900.270.36137.8126.0251.76
Hex64A4772701B248a1a34
Octal14424416747033442123264
Binary11001001010010011101111001110110111001001000101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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