#64A675

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

Shades of Oxley #64A675

Tints of Oxley #64A675

Color information

#64A675 (or 0x64A675) is unknown color: approx Oxley. HEX triplet: 64, A6 and 75. RGB value is (100,166,117). Sum of RGB (Red+Green+Blue) = 100+166+117=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #64A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A675 is #9B598A. Grayscale: #8C8C8C. Windows color (decimal): -10181003 or 7710308. OLE color: 7710308.

HSL color Cylindrical-coordinate representation of color #64A675: hue angle of 135.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A675 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB100166117-
CMYK0.4000.300.35
HSL135.45º27.05%52.16%-
HSV(B)135.45º39.76%65.1%-
XYZ22.131.2721.7-
YUV140.68114.6398.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=26.11%
G=43.34%
B=30.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001661170.4000.300.35135.4527.0552.16
Hex64A6752801E23871b34
Octal14424616550036432073364
Binary11001001010011011101011010000111101000111000011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,166,117); }

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

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

 a { background-color: rgb(100,166,117); }

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

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

 span { border-color: rgb(100,166,117); }

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