#64AA7C

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

Shades of Oxley #64AA7C

Tints of Oxley #64AA7C

Color information

#64AA7C (or 0x64AA7C) is unknown color: approx Oxley. HEX triplet: 64, AA and 7C. RGB value is (100,170,124). Sum of RGB (Red+Green+Blue) = 100+170+124=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA7C is #9B5583. Grayscale: #8F8F8F. Windows color (decimal): -10179972 or 8170084. OLE color: 8170084.

HSL color Cylindrical-coordinate representation of color #64AA7C: hue angle of 140.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64AA7C is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB100170124-
CMYK0.4100.270.33
HSL140.57º29.17%52.94%-
HSV(B)140.57º41.18%66.67%-
XYZ23.2732.9124.2-
YUV143.83116.8196.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=25.38%
G=43.15%
B=31.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001701240.4100.270.33140.5729.1752.94
Hex64AA7C2901B218d1d35
Octal14425217451033412153565
Binary11001001010101011111001010010110111000011000110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,170,124); }

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

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

 a { background-color: rgb(100,170,124); }

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

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

 span { border-color: rgb(100,170,124); }

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