#64956E

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

Shades of Oxley #64956E

Tints of Oxley #64956E

Color information

#64956E (or 0x64956E) is unknown color: approx Oxley. HEX triplet: 64, 95 and 6E. RGB value is (100,149,110). Sum of RGB (Red+Green+Blue) = 100+149+110=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #64956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64956E is #9B6A91. Grayscale: #828282. Windows color (decimal): -10185362 or 7247204. OLE color: 7247204.

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

Color convert

RGB100149110-
CMYK0.3300.260.42
HSL132.24º19.68%48.82%-
HSV(B)132.24º32.89%58.43%-
XYZ18.8225.3318.65-
YUV129.9116.77106.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=27.86%
G=41.50%
B=30.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491100.3300.260.42132.2419.6848.82
Hex64956E2101A2A841431
Octal14422515641032522042461
Binary11001001001010111011101000010110101010101000010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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