#64A272

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

Shades of Oxley #64A272

Tints of Oxley #64A272

Color information

#64A272 (or 0x64A272) is unknown color: approx Oxley. HEX triplet: 64, A2 and 72. RGB value is (100,162,114). Sum of RGB (Red+Green+Blue) = 100+162+114=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #64A272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A272 is #9B5D8D. Grayscale: #8A8A8A. Windows color (decimal): -10182030 or 7512676. OLE color: 7512676.

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

Color convert

RGB100162114-
CMYK0.3800.300.36
HSL133.55º25%51.37%-
HSV(B)133.55º38.27%63.53%-
XYZ21.2129.7620.55-
YUV137.99114.46100.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=26.60%
G=43.09%
B=30.32%

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
Decimal1001621140.3800.300.36133.552551.37
Hex64A2722601E24861933
Octal14424216246036442063163
Binary11001001010001011100101001100111101001001000011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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