#64966E

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

Shades of Oxley #64966E

Tints of Oxley #64966E

Color information

#64966E (or 0x64966E) is unknown color: approx Oxley. HEX triplet: 64, 96 and 6E. RGB value is (100,150,110). Sum of RGB (Red+Green+Blue) = 100+150+110=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #64966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64966E is #9B6991. Grayscale: #828282. Windows color (decimal): -10185106 or 7247460. OLE color: 7247460.

HSL color Cylindrical-coordinate representation of color #64966E: hue angle of 132º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64966E is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB100150110-
CMYK0.3300.270.41
HSL132º20%49.02%-
HSV(B)132º33.33%58.82%-
XYZ18.9825.6518.7-
YUV130.49116.44106.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=27.78%
G=41.67%
B=30.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001501100.3300.270.411322049.02
Hex64966E2101B29841431
Octal14422615641033512042461
Binary11001001001011011011101000010110111010011000010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64966E; }

 p { color: rgb(100,150,110); }

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

<style>
 a { background-color: #64966E; }

 a { background-color: rgb(100,150,110); }

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

<style>
 span { border-color: #64966E; }

 span { border-color: rgb(100,150,110); }

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