#64A271

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

Shades of Oxley #64A271

Tints of Oxley #64A271

Color information

#64A271 (or 0x64A271) is unknown color: approx Oxley. HEX triplet: 64, A2 and 71. RGB value is (100,162,113). Sum of RGB (Red+Green+Blue) = 100+162+113=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #64A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A271 is #9B5D8E. Grayscale: #8A8A8A. Windows color (decimal): -10182031 or 7447140. OLE color: 7447140.

HSL color Cylindrical-coordinate representation of color #64A271: hue angle of 132.58º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A271 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB100162113-
CMYK0.3800.300.36
HSL132.58º25%51.37%-
HSV(B)132.58º38.27%63.53%-
XYZ21.1629.7420.25-
YUV137.88113.96100.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=26.67%
G=43.2%
B=30.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001621130.3800.300.36132.582551.37
Hex64A2712601E24851933
Octal14424216146036442053163
Binary11001001010001011100011001100111101001001000010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,162,113); }

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

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

 a { background-color: rgb(100,162,113); }

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

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

 span { border-color: rgb(100,162,113); }

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