#64A470

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

Shades of Oxley #64A470

Tints of Oxley #64A470

Color information

#64A470 (or 0x64A470) is unknown color: approx Oxley. HEX triplet: 64, A4 and 70. RGB value is (100,164,112). Sum of RGB (Red+Green+Blue) = 100+164+112=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #64A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A470 is #9B5B8F. Grayscale: #8B8B8B. Windows color (decimal): -10181520 or 7382116. OLE color: 7382116.

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

Color convert

RGB100164112-
CMYK0.3900.320.36
HSL131.25º26.02%51.76%-
HSV(B)131.25º39.02%64.31%-
XYZ21.4630.4320.07-
YUV138.94112.8100.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=26.60%
G=43.62%
B=29.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001641120.3900.320.36131.2526.0251.76
Hex64A4702702024831a34
Octal14424416047040442033264
Binary110010010100100111000010011101000001001001000001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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