#64AC7D

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

Shades of Oxley #64AC7D

Tints of Oxley #64AC7D

Color information

#64AC7D (or 0x64AC7D) is unknown color: approx Oxley. HEX triplet: 64, AC and 7D. RGB value is (100,172,125). Sum of RGB (Red+Green+Blue) = 100+172+125=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC7D is #9B5382. Grayscale: #919191. Windows color (decimal): -10179459 or 8236132. OLE color: 8236132.

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

Color convert

RGB100172125-
CMYK0.4200.270.33
HSL140.83º30.25%53.33%-
HSV(B)140.83º41.86%67.45%-
XYZ23.7133.724.66-
YUV145.11116.6595.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 172 (67.58% from 255) = 43.32%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=25.19%
G=43.32%
B=31.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001721250.4200.270.33140.8330.2553.33
Hex64AC7D2A01B218d1e35
Octal14425417552033412153665
Binary11001001010110011111011010100110111000011000110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,172,125); }

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

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

 a { background-color: rgb(100,172,125); }

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

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

 span { border-color: rgb(100,172,125); }

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